summaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx-using-directive.cpp
AgeCommit message (Expand)Author
2013-10-19Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain
2013-07-02Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain
2013-06-24Add the global namespace (the "::" namespace specifier) to the list ofKaelyn Uhrain
2012-06-06Allow CorrectTypo to add/modify nested name qualifiers to typos thatKaelyn Uhrain
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