summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/for-range-unused.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Fix PR10168: don't warn for unused non-dependent variables in both the ↵Richard Smith2011-06-211-3/+2
| | | | | | template definition and each instantiation. llvm-svn: 133580
* First part of PR9968: the __range variable in a dependent C++11 for-range ↵Richard Smith2011-06-211-0/+22
statement is implicitly used by that statement. llvm-svn: 133572
OpenPOWER on IntegriCloud