summaryrefslogtreecommitdiff
path: root/test/Sema/warn-duplicate-enum.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bot failure from r343042.Erik Pilkington2018-09-251-2/+2
* [Sema] Use a more civilized hash map to implement -Wduplicate-enum.Erik Pilkington2018-09-251-1/+9
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-281-10/+10
* Sema: Don't crash when trying to emit a warning for a duplicate value in an i...Benjamin Kramer2013-04-071-0/+9
* Add back -Wduplicate-enum which I mistakenly removed.Ted Kremenek2012-12-221-0/+92
* Per discussion on cfe-dev, remove -Wunique-enums entirely. ThereTed Kremenek2012-09-181-92/+0
* Add -Wduplicate-enum warning. Clang will emit this warning when an implicitlyRichard Trieu2012-08-301-0/+92