aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx-using-directive.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-19Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain1-2/+2
2013-07-02Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain1-2/+2
2013-06-24Add the global namespace (the "::" namespace specifier) to the list ofKaelyn Uhrain1-2/+3
2012-06-06Allow CorrectTypo to add/modify nested name qualifiers to typos thatKaelyn Uhrain1-2/+3
2012-02-15Improve typo correction involving nested name specifiers.Kaelyn Uhrain1-4/+2
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-06-20Parsing and AST support for using declarations, from John Thompson!Douglas Gregor1-2/+1
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2009-03-06Clean up some error messages with anonymous structs/unions and member declara...Douglas Gregor1-1/+1
2009-02-26Introduce code modification hints into the diagnostics system. When weDouglas Gregor1-2/+3
2009-01-14Refactor name lookup.Douglas Gregor1-0/+7
2009-01-06- Various comment typo fixes in Sema.hChris Lattner1-1/+2
2008-12-30Parser support for C++ using directives, from Piotr RakDouglas Gregor1-0/+32