summaryrefslogtreecommitdiff
path: root/test/SemaCXX/condition.cpp
AgeCommit message (Expand)Author
2016-06-30PR28373: fix crash-on-invalid if the condition of an if-statement fails typo-...Richard Smith
2015-12-11Unify diagnostics for type defintitions in bad contextsReid Kleckner
2013-04-30Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith
2013-01-11Fixed an assertion failure triggered by invalid code.Enea Zaffanella
2012-07-30Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith
2012-02-14Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)Dmitri Gribenko
2012-01-12Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:Richard Smith
2012-01-06David Blaikie and Chandler would like us to diagnoseRichard Smith
2011-12-09Add notes for suppressing and (if it's a zero-arg function returning bool) fi...David Blaikie
2011-12-06Switch a cast to a dyn_cast and check the pointer before using. Fixes a crashRichard Trieu
2011-12-05Add a warning for implicit conversion from function literals (and staticLang Hames
2011-06-28Remove the call to GetTypeForDeclarator in Sema::ActOnCXXConditionDeclaration.Argyrios Kyrtzidis
2011-06-28Cut down a few of the excess errors in the test.Argyrios Kyrtzidis
2010-12-04When deciding whether to complain about the type of a boolean condition, useJohn McCall
2010-03-19Pretty-print anonymous types using their kind and presumed location.John McCall
2010-02-17For -Wswitch-enum warnings, be sure to look through typedefs of enumDouglas Gregor
2010-01-13Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall
2010-01-06Improve the diagnostics used to report implicitly-generated class membersJohn McCall
2009-12-19Initialization improvements: addition of string initialization and a fewEli Friedman
2009-12-19Switch more of Sema::CheckInitializerTypes over toDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-25Eliminate CXXConditionDeclExpr with extreme prejudice.Douglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-07Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl
2009-01-14Introduce support for C++0x explicit conversion operators (N2437)Douglas Gregor
2008-12-24Correct the order in which we cope with end-of-class-definitionDouglas Gregor
2008-11-23Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-11-22Fix test cases broken by quote normalization in diagnostics.Sebastian Redl
2008-10-31Implement semantic checking of static_cast and dynamic_cast.Sebastian Redl
2008-09-11Do implicit conversion to bool for the condition in a do-while statement.Argyrios Kyrtzidis
2008-09-10In the 'condition.cpp' test case, make sure that condition declarations are l...Argyrios Kyrtzidis
2008-09-10Implement Sema support for the 'condition' part of C++ selection-statements a...Argyrios Kyrtzidis