summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/for-range-unused.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-2/+2
| | | | | | | | are now two distinct canonical 'AutoType's: one is the undeduced 'auto' placeholder type, and the other is a deduced-but-dependent type. All deduced-to-a-non-dependent-type cases are still non-canonical. llvm-svn: 180789
* 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