"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "a84be6c96b677788380b43525273871e23420458"
Diagnose enum redeclarations properly
In all three checks, the note indicates a previous declaration and never a 'use'. Before: enum-scoped.cpp:92:6: note: previous use is here enum Redeclare6 : int; ^ After: enum-scoped.cpp:92:6: note: previous declaration is here enum Redeclare6 : int; ^ llvm-svn: 198600
Loading
Please register or sign in to comment