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