aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/type-traits-incomplete.cpp
AgeCommit message (Expand)Author
2010-09-08Allow (cv) void and incomplete arrays to be passed to the type traits.Sebastian Redl
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-07-07Some (most) type trait expressions require that the argument passed in is a c...Anders Carlsson