summaryrefslogtreecommitdiff
path: root/test/SemaCXX/condition.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR28373: fix crash-on-invalid if the condition of an if-statement fails typo-...Richard Smith2016-06-301-0/+4
* Unify diagnostics for type defintitions in bad contextsReid Kleckner2015-12-111-4/+4
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-5/+3
* Fixed an assertion failure triggered by invalid code.Enea Zaffanella2013-01-111-1/+10
* Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith2012-07-301-1/+1
* Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)Dmitri Gribenko2012-02-141-1/+2
* Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:Richard Smith2012-01-121-1/+1
* David Blaikie and Chandler would like us to diagnoseRichard Smith2012-01-061-1/+1
* Add notes for suppressing and (if it's a zero-arg function returning bool) fi...David Blaikie2011-12-091-1/+2
* Switch a cast to a dyn_cast and check the pointer before using. Fixes a crashRichard Trieu2011-12-061-0/+4
* Add a warning for implicit conversion from function literals (and staticLang Hames2011-12-051-1/+1
* Remove the call to GetTypeForDeclarator in Sema::ActOnCXXConditionDeclaration.Argyrios Kyrtzidis2011-06-281-0/+1
* Cut down a few of the excess errors in the test.Argyrios Kyrtzidis2011-06-281-2/+2
* When deciding whether to complain about the type of a boolean condition, useJohn McCall2010-12-041-0/+9
* Pretty-print anonymous types using their kind and presumed location.John McCall2010-03-191-1/+1
* For -Wswitch-enum warnings, be sure to look through typedefs of enumDouglas Gregor2010-02-171-1/+2
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-2/+2
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-2/+2
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-191-2/+2
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-191-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate CXXConditionDeclExpr with extreme prejudice.Douglas Gregor2009-11-251-0/+8
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl2009-02-071-1/+1
* Introduce support for C++0x explicit conversion operators (N2437)Douglas Gregor2009-01-141-6/+6
* Correct the order in which we cope with end-of-class-definitionDouglas Gregor2008-12-241-2/+2
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-231-20/+20
* Fix test cases broken by quote normalization in diagnostics.Sebastian Redl2008-11-221-1/+1
* Implement semantic checking of static_cast and dynamic_cast.Sebastian Redl2008-10-311-1/+1
* Do implicit conversion to bool for the condition in a do-while statement.Argyrios Kyrtzidis2008-09-111-0/+2
* In the 'condition.cpp' test case, make sure that condition declarations are l...Argyrios Kyrtzidis2008-09-101-3/+3
* Implement Sema support for the 'condition' part of C++ selection-statements a...Argyrios Kyrtzidis2008-09-101-0/+33