1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/lib/Support/Windows
Chandler Carruth 5286042938 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.

llvm-svn: 168996
2012-11-30 11:45:22 +00:00
..
DynamicLibrary.inc
explicit_symbols.inc
Host.inc
Memory.inc This patch adds memory support functions which will later be used to implement section-specific protection handling in MCJIT. 2012-09-19 20:46:12 +00:00
Mutex.inc
Path.inc Disabling a spurious deprecation warning about using PathV1 from within the PathV1 implementation file. 2012-06-09 13:59:29 +00:00
PathV2.inc Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. 2012-11-30 11:45:22 +00:00
Process.inc Try to unbreak the windows build. 2012-07-20 19:49:33 +00:00
Program.inc
RWMutex.inc Remove tabs. 2012-07-19 00:06:06 +00:00
Signals.inc
system_error.inc
ThreadLocal.inc Satisfy C++ aliasing rules, per suggestion by Chandler. 2012-06-12 01:06:16 +00:00
TimeValue.inc
Windows.h