[C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now have
authorChandler Carruth <chandlerc@gmail.com>
Sun, 2 Mar 2014 13:10:45 +0000 (13:10 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 2 Mar 2014 13:10:45 +0000 (13:10 +0000)
commitfc6d7d6cf53a539555f2065a059300e181ddb94b
tree60a850e37851f56c889d017fa0bd5beb1fa689bf
parent742e43f807a528e5906a8eec67509baf9ae15bff
[C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now have
access to it on all host toolchains.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202642 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h
lib/Support/ThreadLocal.cpp
unittests/IR/ValueMapTest.cpp