Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
a9b21d22bb9337649723a8477b5cb15f83451e7d
/
test
/
Parser
/
nested-namespaces-recovery.cpp
f858bd8
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 {} } }"
by Richard Trieu
ยท 14 years ago