aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/using-directive.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-11-10Diagnose attempst to template using declarations and using directives.John McCall1-0/+7
2010-06-29Allow a using directive to refer to the implicitly-defined namespaceDouglas Gregor1-0/+5
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-08When performing unqualified name lookup in C++, don't look directlyDouglas Gregor1-0/+9
2009-11-23Let using directives refer to namespace aliases. Fixes PR5479.Sebastian Redl1-0/+10
2009-11-18Resolve this FIXME: unelaborated lookups are ambiguous, too.John McCall1-5/+3
2009-11-18Overhaul previous-declaration and overload checking to work on lookup resultsJohn McCall1-3/+1
2009-06-20Parsing and AST support for using declarations, from John Thompson!Douglas Gregor1-1/+1
2009-04-13Make the selection of type declarations in Sema::getTypeNameDouglas Gregor1-5/+2
2009-04-07XFAIL a failing testDouglas Gregor1-0/+1
2009-04-01Make parsing a semantic analysis a little more robust following SemaDouglas Gregor1-7/+7
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2009-02-08Make the test cases failing due to exact diagnostic matching XFAIL.Sebastian Redl1-0/+2
2009-02-05Improvements and fixes for name lookup with using directives, from Piotr Rak!Douglas Gregor1-1/+36
2009-02-03Remove a fixed FIXMEDouglas Gregor1-1/+0
2009-02-03When looking for a tag name via unqualified name lookup, only look inDouglas Gregor1-2/+2
2009-02-03Semantic analysis, ASTs, and unqualified name lookup support for C++Douglas Gregor1-0/+74