Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there | Richard Smith | 2013-04-30 | 1 | -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 than | Richard Smith | 2011-10-13 | 1 | -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 Smith | 2011-06-21 | 1 | -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 Smith | 2011-06-21 | 1 | -0/+22 |
statement is implicitly used by that statement. llvm-svn: 133572 |