summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/static-assert.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop instantiating a class if we hit a static_assert failure. Also, if theRichard Smith2012-07-111-0/+14
* Add triples to these tests to keep them working on Windows,Richard Smith2012-04-051-1/+1
* Fix assertions and wrong output from StmtPrinter's string literal printing.Richard Smith2012-04-051-0/+7
* Produce more detailed diagnostics when static_assert condition is not an ICE.Richard Smith2011-12-141-3/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Handle static_asserts when instantiating structs.Anders Carlsson2009-03-151-2/+8
* Handle dependent types/exprs in static_assert expressions.Anders Carlsson2009-03-141-0/+9
* More static_assert work. Check that the assert expr is valid and show an erro...Anders Carlsson2009-03-141-0/+15
OpenPOWER on IntegriCloud