"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "bdbe5a712dd0626bb8bb81db27bb11f0aa06c609"
clang-format: Improve recovery from enums with errors.
Before: namespace n { enum Type { One, Two, // missing }; int i; } void g() { } After: namespace n { enum Type { One, Two, // missing }; int i; } void g() {} llvm-svn: 189662
Loading
Please register or sign in to comment