aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-unique-enum.cpp
AgeCommit message (Expand)Author
2012-09-18Per discussion on cfe-dev, remove -Wunique-enums entirely. ThereTed Kremenek
2012-07-15Use llvm::APSInt::isSameValue to compare for the same value.Eric Christopher
2012-06-29Add a fix-it hint note to -Wunique-enum to suggest that the last element getsRichard Trieu
2012-05-30Disable -Wunique-enum for anonymous enums.David Blaikie
2012-05-30Add new -Wunique-enum which will warn on enums which all elements have theRichard Trieu