aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/static-assert.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-05Move a test from static-assert.cpp to DeclPrinterTestDavid Majnemer1-9/+0
2015-06-05[AST] There is no message for C++1z-style static_assertDavid Majnemer1-0/+9
2014-06-20Fix typo in r211394.Richard Smith1-1/+1
2014-06-20[C++1z] Implement N3928: message in static_assert is optional.Richard Smith1-0/+3
2012-07-11Stop instantiating a class if we hit a static_assert failure. Also, if theRichard Smith1-0/+14
2012-04-05Add triples to these tests to keep them working on Windows,Richard Smith1-1/+1
2012-04-05Fix assertions and wrong output from StmtPrinter's string literal printing.Richard Smith1-0/+7
2011-12-14Produce more detailed diagnostics when static_assert condition is not an ICE.Richard Smith1-3/+2
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith1-1/+1
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall1-2/+2
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2009-03-15Handle static_asserts when instantiating structs.Anders Carlsson1-2/+8
2009-03-14Handle dependent types/exprs in static_assert expressions.Anders Carlsson1-0/+9
2009-03-14More static_assert work. Check that the assert expr is valid and show an erro...Anders Carlsson1-0/+15