summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-using-declaration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-071-1/+1
* Imrpove the note text for when a non-type decl hides a tag typeKaelyn Uhrain2012-04-271-1/+1
* Add note to help explain why a tag such as 'struct' is needed to referKaelyn Uhrain2012-04-261-0/+16
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Honor using declarations in overload resolution. Most of the code forJohn McCall2009-12-031-1/+0
* Tweak expected error to match what should happen, once using declarations workDouglas Gregor2009-11-251-3/+2
* Remove RUN: true lines.Daniel Dunbar2009-11-081-2/+2
* test commitJohn Thompson2009-10-131-48/+47
* Disable this test: cxx-using-declaration.cppDaniel Dunbar2009-07-251-1/+4
* Parsing and AST support for using declarations, from John Thompson!Douglas Gregor2009-06-201-0/+45