diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-22 00:40:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-22 00:40:25 +0000 |
commit | d84aac17180075e0ede53d7762b73d3bd079b52f (patch) | |
tree | e075e1f085260a5469d9a42c58165a674ff570f8 /lib/CodeGen/CGClass.cpp | |
parent | ce056bcaa1c97b89a4b2de2112c62d060863be2b (diff) |
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);
^
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96769 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGClass.cpp')
0 files changed, 0 insertions, 0 deletions