diff options
author | Alp Toker <alp@nuanti.com> | 2014-01-06 11:31:06 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-01-06 11:31:06 +0000 |
commit | 8c44db50d646ae0d42c6473e096934c72fecdfd5 (patch) | |
tree | 4042eef7834e4fcb599fcb99b4cc3915e9338b53 /llvm/lib/Target/ARM/ARMSubtarget.h | |
parent | 6e97a69200518ae26e64742b315dd8181ebda8e4 (diff) | |
download | bcm5719-llvm-8c44db50d646ae0d42c6473e096934c72fecdfd5.tar.gz bcm5719-llvm-8c44db50d646ae0d42c6473e096934c72fecdfd5.zip |
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
Diffstat (limited to 'llvm/lib/Target/ARM/ARMSubtarget.h')
0 files changed, 0 insertions, 0 deletions