[PATCH] clang-cl: Implement the /Tc, /TC, /Tp and /TP options

Reid Kleckner rnk at google.com
Mon Aug 5 17:05:12 PDT 2013


  LGTM


================
Comment at: lib/Driver/Driver.cpp:1009
@@ +1008,3 @@
+
+    // We currently don't allow mixing -x and /TC or /TP.
+    assert(!Args.hasArg(options::OPT_x) && "-x and /TC or /TP is not allowed");
----------------
I'd mention that no driver mode exposes both -x and /TC or /TP.


http://llvm-reviews.chandlerc.com/D1290



More information about the cfe-commits mailing list