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