summaryrefslogtreecommitdiff
path: root/test/SemaCXX/static-assert.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Better static assert diagnostics for expressions involving temporaries...Clement Courbet2018-12-201-0/+15
* Reland r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet2018-12-111-2/+10
* Revert r348830 "[Sema]improve static_assert(!expr)"Clement Courbet2018-12-111-4/+0
* [Sema]improve static_assert(!expr)Clement Courbet2018-12-111-0/+4
* Revert r348741 "[Sema] Further improvements to to static_assert diagnostics."Clement Courbet2018-12-101-10/+2
* [Sema] Further improvements to to static_assert diagnostics.Clement Courbet2018-12-101-2/+10
* [WIP][Sema] Improve static_assert diagnostics for type traits.Clement Courbet2018-12-041-0/+97
* Diagnostic specific failed condition in a static_assert.Douglas Gregor2017-09-141-0/+17
* Replace remaining user-visible mentions of C++1z with C++17.Richard Smith2017-08-131-1/+1
* Move a test from static-assert.cpp to DeclPrinterTestDavid Majnemer2015-06-051-9/+0
* [AST] There is no message for C++1z-style static_assertDavid Majnemer2015-06-051-0/+9
* Fix typo in r211394.Richard Smith2014-06-201-1/+1
* [C++1z] Implement N3928: message in static_assert is optional.Richard Smith2014-06-201-0/+3
* 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