summaryrefslogtreecommitdiff
path: root/test/SemaCXX/member-name-lookup.cpp
Commit message (Expand)AuthorAge
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-10
* Implement name hiding for names found through virtual base subobjectsDouglas Gregor2010-03-03
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* When performing unqualified name lookup into a DeclContext, also look intoDouglas Gregor2009-09-10
* Make parsing a semantic analysis a little more robust following SemaDouglas Gregor2009-04-01
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Make the test cases failing due to exact diagnostic matching XFAIL.Sebastian Redl2009-02-08
* Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?...Douglas Gregor2009-02-04
* When looking for a tag name via unqualified name lookup, only look inDouglas Gregor2009-02-03
* Semantic analysis, ASTs, and unqualified name lookup support for C++Douglas Gregor2009-02-03
* Fix <rdar://problem/6502934>. We were creating an ImplicitCastExprDouglas Gregor2009-01-16
* Add test case for member name lookupDouglas Gregor2009-01-16