summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/stmt.stmt
Commit message (Expand)AuthorAgeFilesLines
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-041-5/+4
* P0962R1: only use the member form of 'begin' and 'end' in a range-basedRichard Smith2018-09-241-2/+57
* Clean up and simplify RequireCompleteType.Richard Smith2018-08-071-1/+1
* [C++17] Allow an empty expression in an if init statementZhihao Yuan2018-03-171-1/+59
* [Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch2017-12-311-1/+1
* Replace remaining user-visible mentions of C++1z with C++17.Richard Smith2017-08-131-2/+2
* Try contextually converting condition of constexpr if to Boolean valueIsmail Pazarbasi2016-09-071-0/+5
* Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith2016-06-231-0/+137
* Lit C++11 Compatibility Patch #8Charles Li2016-04-141-2/+12
* P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...Richard Smith2016-03-201-4/+11
* Sema: Allow 'constexpr' variables in range loopsMeador Inge2015-02-181-1/+13
* Revert r229543.Meador Inge2015-02-171-1/+1
* Sema: Allow 'constexpr' variables in range loopsMeador Inge2015-02-171-1/+1
* Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith2014-09-062-4/+4
* Add -Wdeprecated warnings and fixits for things deprecated in C++11:Richard Smith2013-06-131-1/+1
* Fix crasher when the range in a C++ range-for loop has an ill-formed initiali...Douglas Gregor2013-05-021-0/+10
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-211-2/+2
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* DR1442: In a range-based for statement, namespace 'std' is not an associatedRichard Smith2012-10-181-30/+43
* Clarified diagnostics for range-based for loops with invalid rangesSam Panzer2012-09-061-3/+16
* Better diagnostics for range-based for loops with bad range types.Sam Panzer2012-08-211-9/+9
* Fix PR12960 by not attempting to correct cases when we're not actually instan...David Blaikie2012-05-281-0/+9
* Support decltype as a simple-type-specifier.David Blaikie2012-01-241-0/+40
* constexpr: converted constant expression handling for enumerator values, caseRichard Smith2012-01-181-0/+39
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-PODRichard Smith2011-10-201-2/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-132-2/+2
* constexpr: semantic checking for constexpr variables.Richard Smith2011-09-291-2/+1
* Declare and define implicit move constructor and assignment operator.Sebastian Redl2011-08-301-1/+1
* Factor out (some of) the checking for invalid forms of pointerChandler Carruth2011-06-271-1/+1
* Properly implement C++0x [stmt.dcl]p3, which requires a scope to beDouglas Gregor2011-06-151-4/+4
* Clean up my changes to jump-diagnostic handling for local variables ofDouglas Gregor2011-05-272-2/+78
* Update the jump-scope checker for local variables with initializers,Douglas Gregor2011-05-271-0/+26
* It's considered poor form to create references to the overloadedDouglas Gregor2011-05-211-3/+3
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+210
* Step #1/N of implementing support for __label__: split labels intoChris Lattner2011-02-171-1/+1
* add missing newlines at end of file.Chris Lattner2010-12-211-1/+1
* Add a test for C++ [stmt.label]p1, from Sashan!Douglas Gregor2010-11-291-0/+25
* change Scope::WithinElse to be a normal scope flag, widen theChris Lattner2010-04-121-0/+8
* Add a test for C++ [stmt.select]p3, which specifies that redeclaring aDouglas Gregor2010-03-301-0/+11
OpenPOWER on IntegriCloud