summaryrefslogtreecommitdiff
path: root/test/SemaCXX/qual-id-test.cpp
AgeCommit message (Expand)Author
2016-04-14Lit C++11 Compatibility Patch #8Charles Li
2012-04-13PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith
2012-04-05Improve diagnostics for invalid use of non-static members / this:Richard Smith
2010-04-27Improve the diagnostic you get when making a qualified member accessJohn McCall
2010-03-23When recovering from a qualified typedef name, don't clear out theDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-19Just push a new scope when parsing an out-of-line variable definition.John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-30Eliminate the use of OverloadedFunctionDecl in member expressions.John McCall
2009-09-03Improve template instantiation for member access expressions thatDouglas Gregor
2009-09-03Improved handling for dependent, qualified member access expressions, e.g.,Douglas Gregor
2009-09-02Rewrite of our handling of name lookup in C++ member access expressions, e.g.,Douglas Gregor
2009-08-06Support nested-name-specifiers for C++ member access expressions, e.g.,Douglas Gregor