summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-using-directive.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-191-2/+2
* Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain2013-07-021-2/+2
* Add the global namespace (the "::" namespace specifier) to the list ofKaelyn Uhrain2013-06-241-2/+3
* Allow CorrectTypo to add/modify nested name qualifiers to typos thatKaelyn Uhrain2012-06-061-2/+3
* Improve typo correction involving nested name specifiers.Kaelyn Uhrain2012-02-151-4/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Parsing and AST support for using declarations, from John Thompson!Douglas Gregor2009-06-201-2/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Clean up some error messages with anonymous structs/unions and member declara...Douglas Gregor2009-03-061-1/+1
* Introduce code modification hints into the diagnostics system. When weDouglas Gregor2009-02-261-2/+3
* Refactor name lookup.Douglas Gregor2009-01-141-0/+7
* - Various comment typo fixes in Sema.hChris Lattner2009-01-061-1/+2
* Parser support for C++ using directives, from Piotr RakDouglas Gregor2008-12-301-0/+32