llvm-project/clang/tools
NAKAMURA Takumi ed5bbe9020 [Win32] Rework crash-report since r145389.
- lib/Driver/Driver.cpp, tools/driver/driver.cpp: Exit status should not be propagated, although clang driver should catch exceptions.
  - test/Driver/crash-report.c: Add REQUIRES:shell for now.
    FIXME: setenv should work also on Lit.InternalShellRunner.
  - test/Driver/crash-report.c: Remove XFAIL.

Thanks to Chad, To point out the issue.

llvm-svn: 160343
2012-07-17 05:09:29 +00:00
..
arcmt-test Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
c-arcmt-test Remove a goofy CMake hack and use the standard CMake facilities to 2012-06-21 01:30:21 +00:00
c-index-test Fix some memory leaks found by the static analyzer. Thanks to John Smith for running it over Clang. 2012-07-05 08:20:49 +00:00
clang-ast-dump The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool 2012-07-16 12:46:48 +00:00
clang-check The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool 2012-07-16 12:46:48 +00:00
diag-build Add new tool 'diag-build' for showing enabled warnings in a project. 2012-06-18 21:31:37 +00:00
diagtool Enable comment parsing and semantic analysis to emit diagnostics. A few 2012-07-11 21:38:39 +00:00
driver [Win32] Rework crash-report since r145389. 2012-07-17 05:09:29 +00:00
libclang Move clang_Cursor_getBriefCommentText implementation under `extern "C"'. 2012-07-17 00:17:45 +00:00
scan-build Add hack (provided by Jonathan Sauer) to fall back to assuming Xcode is installed in /Developer 2012-07-16 21:39:29 +00:00
scan-view Fix call to send_error() in scan-view. An int error code is expected but a string was being sent. Patch by Andrew Price! 2011-02-21 19:26:48 +00:00
CMakeLists.txt The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool 2012-07-16 12:46:48 +00:00
Makefile The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool 2012-07-16 12:46:48 +00:00