summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/for-range-examples.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix 32-bit buildbots.Richard Smith2018-05-161-1/+1
* PR37450: Fix bug that disabled some type checks for variables with deduced ty...Richard Smith2018-05-141-6/+2
* Fix PR32933: crash on lambda capture of VLAFaisal Vali2017-05-151-0/+34
* Re-commit r273548, reverted in r273589, with a fix to not produceRichard Smith2016-06-231-2/+2
* Revert r273548, "Rearrange condition handling so that semantic checks on a co...Peter Collingbourne2016-06-231-2/+2
* Rearrange condition handling so that semantic checks on a condition variableRichard Smith2016-06-231-2/+2
* P0188R1: add support for standard [[fallthrough]] attribute. This is almostRichard Smith2016-03-081-1/+1
* Minor tweaks to r229447 to ensure the attribute is properly quoted when diagn...Aaron Ballman2015-02-161-2/+2
* Sema: diagnose use of unscoped deprecated prior to C++14Saleem Abdulrasool2015-02-161-1/+1
* [c++1z] Remove terse range-based for loops; they've been removed fromRichard Smith2014-11-271-9/+11
* Improve error recovery around colon.Serge Pavlov2014-07-161-0/+12
* [c++1z] Implement N3994: a range-based for loop can declare a variable with s...Richard Smith2014-06-191-2/+20
* Improve the error message for attempting to build a for range loop using aRichard Trieu2013-10-111-0/+18
* If we find an error in the range expression in a range-based for loop, and theRichard Smith2013-08-211-0/+11
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-1/+1
* Fix test better way.Fariborz Jahanian2012-09-191-5/+5
* c: warn when an integer value comparison with anFariborz Jahanian2012-09-181-4/+4
* Don't assume that a valid expression for the first part of a for-statementRichard Smith2012-02-211-0/+11
* A couple minor fixes to template instantiation for for-range loops.Eli Friedman2012-01-311-0/+11
* Be sure to emit delayed diagnostics after parsing the declarationJohn McCall2012-01-271-0/+10
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+150
OpenPOWER on IntegriCloud