[C++11] Replace LLVM-style type traits with C++11 standard ones.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 7 Mar 2014 14:42:25 +0000 (14:42 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 7 Mar 2014 14:42:25 +0000 (14:42 +0000)
commitc1dafe8dc3cd9851e22585c0137d39843b62b9fa
tree10203c5ffcf6d468e854f595ef39382b4a094e45
parent122a970111b8ec66ae330f2c218ae951dddaf75b
[C++11] Replace LLVM-style type traits with C++11 standard ones.

No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203242 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
docs/HowToSetUpLLVMStyleRTTI.rst
include/llvm/ADT/DenseMap.h
include/llvm/ADT/Hashing.h
include/llvm/ADT/StringRef.h
include/llvm/Analysis/RegionInfo.h
include/llvm/IR/ValueMap.h
include/llvm/Object/ELF.h
include/llvm/Object/Error.h
include/llvm/Support/Casting.h
include/llvm/Support/CommandLine.h
include/llvm/Support/Endian.h
include/llvm/Support/ErrorOr.h
include/llvm/Support/MathExtras.h
include/llvm/Support/YAMLTraits.h
include/llvm/Support/system_error.h
unittests/ADT/HashingTest.cpp
unittests/ADT/TinyPtrVectorTest.cpp
unittests/Support/Casting.cpp