summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/nested-namespaces-recovery.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a fix-it and better error recovery for improperly nested namespaces. ↵Richard Trieu2011-05-261-0/+24
This will give a better error message for cases such as "namespace foo::bar::baz {}" and a suggested fix-it of "namespace foo { namespace bar { namespace baz {} } }" llvm-svn: 132138
OpenPOWER on IntegriCloud