[C++11] Turn off compiler-based detection of R-value references, relying
authorChandler Carruth <chandlerc@gmail.com>
Sat, 1 Mar 2014 06:31:00 +0000 (06:31 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 1 Mar 2014 06:31:00 +0000 (06:31 +0000)
commitf8bc17fadc8f170c1126328d203f0dab78960137
tree2634233a397a59cba7313f983a9cd132d64eb719
parent8669eda107c8f4b561b57963fad3ded3614af1cc
[C++11] Turn off compiler-based detection of R-value references, relying
on the fact that we now build in C++11 mode with modern compilers. This
should flush out any issues. If the build bots are happy with this, I'll
GC all the code for coping without R-value references.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202574 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h