courbet updated this revision to Diff 175465.
courbet added a comment.
Handle all std type traits.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54903/new/
https://reviews.llvm.org/D54903
Files:
lib/Sema/SemaTemplate.cpp
test/SemaCXX/static-assert.cpp
Index
courbet created this revision.
Herald added a subscriber: cfe-commits.
`static_assert(std::is_same::value, "message")` now prints the
value of U and V.
Repository:
rC Clang
https://reviews.llvm.org/D54903
Files:
lib/Sema/SemaTemplate.cpp
test/SemaCXX/static-assert.cpp
Index: test/SemaC