Files
clang-p2996/clang/test/Sema
Richard Trieu 01cf09302d Add new -Wunique-enum which will warn on enums which all elements have the
same value and were initialized with literals.  Clang will warn on code like
this:

enum A {
  FIRST = 1,
  SECOND = 1
};

llvm-svn: 157666
2012-05-30 01:01:11 +00:00
..
2012-05-03 23:38:51 +00:00
2011-04-19 00:23:31 +00:00
2010-12-28 17:19:27 +00:00
2012-05-10 02:50:16 +00:00
2011-10-14 23:32:50 +00:00
2012-05-01 19:57:05 +00:00
2011-06-15 00:54:52 +00:00
2011-04-15 00:35:57 +00:00