summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/using-directive.cpp
Commit message (Expand)AuthorAgeFilesLines
* Diagnose attempst to template using declarations and using directives.John McCall2010-11-101-0/+7
* Allow a using directive to refer to the implicitly-defined namespaceDouglas Gregor2010-06-291-0/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When performing unqualified name lookup in C++, don't look directlyDouglas Gregor2009-12-081-0/+9
* Let using directives refer to namespace aliases. Fixes PR5479.Sebastian Redl2009-11-231-0/+10
* Resolve this FIXME: unelaborated lookups are ambiguous, too.John McCall2009-11-181-5/+3
* Overhaul previous-declaration and overload checking to work on lookup resultsJohn McCall2009-11-181-3/+1
* Parsing and AST support for using declarations, from John Thompson!Douglas Gregor2009-06-201-1/+1
* Make the selection of type declarations in Sema::getTypeNameDouglas Gregor2009-04-131-5/+2
* XFAIL a failing testDouglas Gregor2009-04-071-0/+1
* Make parsing a semantic analysis a little more robust following SemaDouglas Gregor2009-04-011-7/+7
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Make the test cases failing due to exact diagnostic matching XFAIL.Sebastian Redl2009-02-081-0/+2
* Improvements and fixes for name lookup with using directives, from Piotr Rak!Douglas Gregor2009-02-051-1/+36
* Remove a fixed FIXMEDouglas Gregor2009-02-031-1/+0
* When looking for a tag name via unqualified name lookup, only look inDouglas Gregor2009-02-031-2/+2
* Semantic analysis, ASTs, and unqualified name lookup support for C++Douglas Gregor2009-02-031-0/+74
OpenPOWER on IntegriCloud