aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/basic
AgeCommit message (Expand)Author
2009-11-10Simple test case for [basic.lookup.udir].John McCall
2009-11-03Switch XFAIL format to match LLVM.Daniel Dunbar
2009-10-10Qualified lookup through using declarations. Diagnose a new type of ambiguity.John McCall
2009-09-22Spell clang-cc correctly.Daniel Dunbar
2009-09-15When implicitly declaring operators new, new[], delete, and delete[],Douglas Gregor
2009-09-11Track a class template specialization's point of instantiation separatelyJohn McCall
2009-09-11Support elaborated dependent types and diagnose tag mismatches.John McCall
2009-09-04Correctly handle elaborated template ids. Still not handled properly for fri...John McCall
2009-08-11Argument-dependent lookup for friend declarations. Add a new decl type,John McCall
2009-08-06First pass at friend semantics.John McCall
2009-07-25Semantic checking for main().John McCall
2009-07-08Fix a corner case with argument-dependent lookup and overloaded function sets.Douglas Gregor
2009-07-08Improve argument-dependent lookup to find associated classes andDouglas Gregor
2009-06-30When recursively instantiating function templates, keep track of theDouglas Gregor
2009-06-23New test for when the subexpressions within a typeid are potentially evaluate...Douglas Gregor
2009-06-17Implement correct name lookup inside an initializer of a C++ class static dat...Argyrios Kyrtzidis
2009-06-15More [basic.lookup.unqual] tests.Daniel Dunbar
2009-06-15Test for [basic.lookup.unqual]p3Daniel Dunbar