llvm-project/clang/tools/scan-build
Anton Yartsev 84f9042fae [analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
'fork'+'exec' combination made scan-build and ccc-analyzer hang under Windows. The patch replaces 'fork'+'exec' with more reliable 'system' (ccc-analyzer) and piped 'open' (scan-build). See http://reviews.llvm.org/D8774 and http://reviews.llvm.org/D9357 for more details.

llvm-svn: 241201
2015-07-01 22:35:29 +00:00
..
c++-analyzer [analyzer] Finally make c++-analyzer 'executable' again. 2013-05-02 01:57:58 +00:00
c++-analyzer.bat [analyzer] Perl scripts are run differently from makefiles. Sometimes additional utilities are involved, e.g. 'env' utility that present in MSYS but is missing in MinGW. The patch unifies launch of "c++-analyzer" and "ccc-analyzer". 2014-10-15 17:13:02 +00:00
ccc-analyzer [analyzer] Prevent ccc/c++-analyzer from hanging on Windows. 2015-07-01 22:35:29 +00:00
ccc-analyzer.bat [analyzer] Perl scripts are run differently from makefiles. Sometimes additional utilities are involved, e.g. 'env' utility that present in MSYS but is missing in MinGW. The patch unifies launch of "c++-analyzer" and "ccc-analyzer". 2014-10-15 17:13:02 +00:00
scan-build [analyzer] Prevent ccc/c++-analyzer from hanging on Windows. 2015-07-01 22:35:29 +00:00
scan-build.1 update of the clang version (should probably managed in the configure) 2014-02-11 21:37:27 +00:00
scan-build.bat [analyzer] scan-build for Windows 2013-05-02 00:52:46 +00:00
scanview.css Remove trailing spaces (no other change). Bikeshed #2 2014-02-18 17:21:45 +00:00
set-xcode-analyzer Handle possible trailing '/' in xcode-select output. Patch by Jeff Olson. 2014-04-21 14:13:22 +00:00
sorttable.js Fix typos 2014-07-14 19:42:55 +00:00