summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/qual-id-test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Lit C++11 Compatibility Patch #8Charles Li2016-04-141-3/+15
* PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith2012-04-131-1/+1
* Improve diagnostics for invalid use of non-static members / this:Richard Smith2012-04-051-1/+1
* Improve the diagnostic you get when making a qualified member accessJohn McCall2010-04-271-3/+3
* When recovering from a qualified typedef name, don't clear out theDouglas Gregor2010-03-231-0/+9
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-2/+2
* Just push a new scope when parsing an out-of-line variable definition.John McCall2009-12-191-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate the use of OverloadedFunctionDecl in member expressions.John McCall2009-11-301-2/+2
* Improve template instantiation for member access expressions thatDouglas Gregor2009-09-031-9/+17
* Improved handling for dependent, qualified member access expressions, e.g.,Douglas Gregor2009-09-031-13/+10
* Rewrite of our handling of name lookup in C++ member access expressions, e.g.,Douglas Gregor2009-09-021-6/+35
* Support nested-name-specifiers for C++ member access expressions, e.g.,Douglas Gregor2009-08-061-0/+106
OpenPOWER on IntegriCloud