aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx-using-declaration.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-07Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi1-1/+1
2012-04-27Imrpove the note text for when a non-type decl hides a tag typeKaelyn Uhrain1-1/+1
2012-04-26Add note to help explain why a tag such as 'struct' is needed to referKaelyn Uhrain1-0/+16
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-03Honor using declarations in overload resolution. Most of the code forJohn McCall1-1/+0
2009-11-25Tweak expected error to match what should happen, once using declarations workDouglas Gregor1-3/+2
2009-11-08Remove RUN: true lines.Daniel Dunbar1-2/+2
2009-10-13test commitJohn Thompson1-48/+47
2009-07-25Disable this test: cxx-using-declaration.cppDaniel Dunbar1-1/+4
2009-06-20Parsing and AST support for using declarations, from John Thompson!Douglas Gregor1-0/+45