[PATCH] D15888: [Analyzer] Change the default SA checkers for PS4

Anna Zaks via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 5 11:05:56 PST 2016


zaks.anna accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: lib/Driver/Tools.cpp:3609
@@ -3602,2 +3608,3 @@
 
       // Enable the following experimental checkers for testing.
+      if (!IsPS4CPU) {
----------------
These are no longer experimental. Could you remove this comment along with your change?


http://reviews.llvm.org/D15888





More information about the cfe-commits mailing list