Skip to content
Commit dd1cb5b2 authored by Chris Lattner's avatar Chris Lattner
Browse files

Add 'previous declaration is here' note for param redefinition

errors, e.g.:

t.c:1:21: error: redefinition of parameter 'x'
int test(int x, int x);
                    ^
t.c:1:14: note: previous declaration is here
int test(int x, int x);
             ^

llvm-svn: 96769
parent db8d6678
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