aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx-using-directive.cpp
AgeCommit message (Expand)Author
2012-02-15Improve typo correction involving nested name specifiers.Kaelyn Uhrain
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-06-20Parsing and AST support for using declarations, from John Thompson!Douglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-06Clean up some error messages with anonymous structs/unions and member declara...Douglas Gregor
2009-02-26Introduce code modification hints into the diagnostics system. When weDouglas Gregor
2009-01-14Refactor name lookup.Douglas Gregor
2009-01-06- Various comment typo fixes in Sema.hChris Lattner
2008-12-30Parser support for C++ using directives, from Piotr RakDouglas Gregor