aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/using-directive.cpp
AgeCommit message (Expand)Author
2010-11-10Diagnose attempst to template using declarations and using directives.John McCall
2010-06-29Allow a using directive to refer to the implicitly-defined namespaceDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-08When performing unqualified name lookup in C++, don't look directlyDouglas Gregor
2009-11-23Let using directives refer to namespace aliases. Fixes PR5479.Sebastian Redl
2009-11-18Resolve this FIXME: unelaborated lookups are ambiguous, too.John McCall
2009-11-18Overhaul previous-declaration and overload checking to work on lookup resultsJohn McCall
2009-06-20Parsing and AST support for using declarations, from John Thompson!Douglas Gregor
2009-04-13Make the selection of type declarations in Sema::getTypeNameDouglas Gregor
2009-04-07XFAIL a failing testDouglas 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-05Improvements and fixes for name lookup with using directives, from Piotr Rak!Douglas Gregor
2009-02-03Remove a fixed FIXMEDouglas 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