[cfe-commits] r165537 - /cfe/trunk/lib/Driver/Tools.cpp

Chad Rosier mcrosier at apple.com
Tue Oct 9 13:01:58 PDT 2012


Author: mcrosier
Date: Tue Oct  9 15:01:58 2012
New Revision: 165537

URL: http://llvm.org/viewvc/llvm-project?rev=165537&view=rev
Log:
[driver] Remove redundant cases due to overlapping commits between Ted (r165531, 165532) and I 
(r165534), but leave the test case in place.

Modified:
    cfe/trunk/lib/Driver/Tools.cpp

Modified: cfe/trunk/lib/Driver/Tools.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?rev=165537&r1=165536&r2=165537&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Tools.cpp (original)
+++ cfe/trunk/lib/Driver/Tools.cpp Tue Oct  9 15:01:58 2012
@@ -3612,7 +3612,6 @@
         .Case("constant-conversion", true)
         .Case("conversion-null", true)
         .Case("CFString-literal", true)
-        .Case("constant-conversion", true)
         .Case("constant-logical-operand", true)
         .Case("custom-atomic-properties", true)
         .Case("default-arg-special-member", true)
@@ -3636,7 +3635,6 @@
         .Case("incomplete-implementation", true)
         .Case("int-conversion", true)
         .Case("initializer-overrides", true)
-        .Case("int-conversion", true)
         .Case("invalid-noreturn", true)
         .Case("invalid-token-paste", true)
         .Case("language-extension-token", true)





More information about the cfe-commits mailing list