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