aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx-using-declaration.cpp
AgeCommit message (Expand)Author
2012-04-27Imrpove the note text for when a non-type decl hides a tag typeKaelyn Uhrain
2012-04-26Add note to help explain why a tag such as 'struct' is needed to referKaelyn Uhrain
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-03Honor using declarations in overload resolution. Most of the code forJohn McCall
2009-11-25Tweak expected error to match what should happen, once using declarations workDouglas Gregor
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-10-13test commitJohn Thompson
2009-07-25Disable this test: cxx-using-declaration.cppDaniel Dunbar
2009-06-20Parsing and AST support for using declarations, from John Thompson!Douglas Gregor