index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
for-range-examples.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix 32-bit buildbots.
Richard Smith
2018-05-16
1
-1
/
+1
*
PR37450: Fix bug that disabled some type checks for variables with deduced ty...
Richard Smith
2018-05-14
1
-6
/
+2
*
Fix PR32933: crash on lambda capture of VLA
Faisal Vali
2017-05-15
1
-0
/
+34
*
Re-commit r273548, reverted in r273589, with a fix to not produce
Richard Smith
2016-06-23
1
-2
/
+2
*
Revert r273548, "Rearrange condition handling so that semantic checks on a co...
Peter Collingbourne
2016-06-23
1
-2
/
+2
*
Rearrange condition handling so that semantic checks on a condition variable
Richard Smith
2016-06-23
1
-2
/
+2
*
P0188R1: add support for standard [[fallthrough]] attribute. This is almost
Richard Smith
2016-03-08
1
-1
/
+1
*
Minor tweaks to r229447 to ensure the attribute is properly quoted when diagn...
Aaron Ballman
2015-02-16
1
-2
/
+2
*
Sema: diagnose use of unscoped deprecated prior to C++14
Saleem Abdulrasool
2015-02-16
1
-1
/
+1
*
[c++1z] Remove terse range-based for loops; they've been removed from
Richard Smith
2014-11-27
1
-9
/
+11
*
Improve error recovery around colon.
Serge Pavlov
2014-07-16
1
-0
/
+12
*
[c++1z] Implement N3994: a range-based for loop can declare a variable with s...
Richard Smith
2014-06-19
1
-2
/
+20
*
Improve the error message for attempting to build a for range loop using a
Richard Trieu
2013-10-11
1
-0
/
+18
*
If we find an error in the range expression in a range-based for loop, and the
Richard Smith
2013-08-21
1
-0
/
+11
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-1
/
+1
*
Fix test better way.
Fariborz Jahanian
2012-09-19
1
-5
/
+5
*
c: warn when an integer value comparison with an
Fariborz Jahanian
2012-09-18
1
-4
/
+4
*
Don't assume that a valid expression for the first part of a for-statement
Richard Smith
2012-02-21
1
-0
/
+11
*
A couple minor fixes to template instantiation for for-range loops.
Eli Friedman
2012-01-31
1
-0
/
+11
*
Be sure to emit delayed diagnostics after parsing the declaration
John McCall
2012-01-27
1
-0
/
+10
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Add support for C++0x's range-based for loops, as specified by the C++11 draf...
Richard Smith
2011-04-14
1
-0
/
+150