aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Sema/warn-duplicate-enum.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-07Sema: Don't crash when trying to emit a warning for a duplicate value in an i...Benjamin Kramer1-0/+9
2012-12-22Add back -Wduplicate-enum which I mistakenly removed.Ted Kremenek1-0/+92
2012-09-18Per discussion on cfe-dev, remove -Wunique-enums entirely. ThereTed Kremenek1-92/+0
2012-08-30Add -Wduplicate-enum warning. Clang will emit this warning when an implicitlyRichard Trieu1-0/+92