Skip to content
Commit 61384cb8 authored by Richard Trieu's avatar Richard Trieu
Browse files

Add a fix-it and better error recovery for improperly nested namespaces. This...

Add a fix-it and better error recovery for improperly nested namespaces.  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
parent a62f2899
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment