summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class/class.mem/p1.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When typo-correcting a function name, consider correcting to a type nameRichard Smith2019-05-091-2/+2
| | | | | | for a function-style cast. llvm-svn: 360302
* If we end up instantiating a function parameter whose default argumentDouglas Gregor2010-10-121-0/+27
| | | | | | | | | has not yet been parsed, note that the default argument hasn't been parsed and keep track of all of the instantiations of that function parameter. When its default argument does get parsed, imbue the instantiations with that default argument. Fixes PR8245. llvm-svn: 116324
* Add redeclaration checking for static data members and fix a cornerDouglas Gregor2010-08-301-0/+64
case with redeclaration checking for fields, from Faisal Vali! Fixes PR7970. llvm-svn: 112476
OpenPOWER on IntegriCloud