diff options
author | Richard Trieu <rtrieu@google.com> | 2012-05-30 01:01:11 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2012-05-30 01:01:11 +0000 |
commit | 7af7de7d6b121132dfe8c3b9b5febe2b37aafd62 (patch) | |
tree | a8ff942ffd9358d802381be56682c85b218a0467 /unittests/Tooling/RecursiveASTVisitorTest.cpp | |
parent | 6fcb3727e31280ba816dc86d024586b8c5933c13 (diff) |
Add new -Wunique-enum which will warn on enums which all elements have the
same value and were initialized with literals. Clang will warn on code like
this:
enum A {
FIRST = 1,
SECOND = 1
};
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157666 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Tooling/RecursiveASTVisitorTest.cpp')
0 files changed, 0 insertions, 0 deletions