Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 30 Nov 2012 11:45:22 +0000 (11:45 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 30 Nov 2012 11:45:22 +0000 (11:45 +0000)
commit4334dd96a9e622fdcf2825a8f73a2d941d67be72
treef6d4593bb59d0bdf4769f0fa2d2875be2fde6f18
parenta17babb021aa9dc3441ecce1ac8a62d2b27edecb
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.

Rationale:
1) This was the name in the comment block. ;]
2) It matches Clang's __has_feature naming convention.
3) It matches other compiler-feature-test conventions.

Sorry for the noise. =]

I've also switch the comment block to use a \brief tag and not duplicate
the name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168996 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/llvm/ADT/APInt.h
include/llvm/ADT/BitVector.h
include/llvm/ADT/DenseMap.h
include/llvm/ADT/IntrusiveRefCntPtr.h
include/llvm/ADT/Optional.h
include/llvm/ADT/OwningPtr.h
include/llvm/ADT/SmallBitVector.h
include/llvm/ADT/SmallVector.h
include/llvm/ADT/TinyPtrVector.h
include/llvm/Support/Compiler.h
include/llvm/Support/FileSystem.h
lib/Support/LocaleWindows.inc
lib/Support/Unix/PathV2.inc
lib/Support/Windows/PathV2.inc
lib/Target/Mips/Mips16InstrInfo.td
unittests/ADT/TinyPtrVectorTest.cpp
unittests/Support/Path.cpp