Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix hole in our enforcement of rule requiring 'typename' prior to a dependent | Richard Smith | 2017-02-01 | 1 | -1/+1 |
| | | | | | | | | | | | name. If the dependent name happened to end in a template-id (X<T>::Y<U>), we would fail to notice that the 'typename' keyword is missing when resolving it to a type. It turns out that GCC has a similar bug. If this shows up in much real code, we can easily downgrade this to an ExtWarn. llvm-svn: 293815 | ||||
* | Regression test for PR12699 | Serge Pavlov | 2013-08-05 | 1 | -0/+26 |
| | | | | llvm-svn: 187734 | ||||
* | Fix to PR12262 - assertion when substituting explicit template arguments | Serge Pavlov | 2013-07-15 | 1 | -0/+177 |
does not substitute a sizeof-pack expression. The solution is proposed by Richard Smith. Differential Revision: http://llvm-reviews.chandlerc.com/D869 llvm-svn: 186306 |