| commit | 6cae9ec64334a7401531f5216500c9b80f4698a2 | [log] [tgz] |
|---|---|---|
| author | Ted Kremenek <kremenek@apple.com> | Sat Dec 22 01:34:09 2012 +0000 |
| committer | Ted Kremenek <kremenek@apple.com> | Sat Dec 22 01:34:09 2012 +0000 |
| tree | 0248707cfc548a34ed90869f2f607eee336444d5 | |
| parent | fa40268fb77ca3a5eccfb62ceeeabd1a9f6590ec [diff] |
Add back -Wduplicate-enum which I mistakenly removed. This was removed with -Wunique-enum, which is still removed. The corresponding thread on cfe-comments for that warning is here: http://lists.cs.uiuc.edu/pipermail/cfe-dev/2012-September/024224.html If we get specific user feedback for -Wduplicate-enum we can evaluate whether or not to keep it. llvm-svn: 170974