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

2016-01-11 Thread Yury Gribov via cfe-commits
ygribov added a subscriber: ygribov. ygribov added a comment. What's the problem with Vfork though? http://reviews.llvm.org/D15888 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

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

2016-01-06 Thread Sean Eveson via cfe-commits
seaneveson updated this revision to Diff 44098. seaneveson marked an inline comment as done. seaneveson added a comment. Removing old "experimental" comment http://reviews.llvm.org/D15888 Files: lib/Driver/Tools.cpp test/Driver/ps4-analyzer-defaults.cpp Index: test/Driver/ps4-analyzer-defa

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

2016-01-05 Thread Anna Zaks via cfe-commits
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 experimen