llvm-project/clang/lib
Justin Bogner 0cb14759fc Driver: Keep -isysroot flags in crash scripts if we're dumping a VFS
For crashes with a VFS (ie, with modules), the -isysroot flag is often
necessary to reproduce the crash. This is especially true if some
modules need to be rebuilt, since without the sysroot they'll try to
read headers that are outside of the VFS.

I find it likely that we should keep some of the other -i flags in
this case as well, but I haven't seen that come up in practice yet so
it seems better to be conservative.

llvm-svn: 231997
2015-03-12 00:52:56 +00:00
..
ARCMigrate [SDK modernizer] Patch to fix type of the typed enums when 2015-03-02 23:58:02 +00:00
AST MS ABI: Implement copy-ctor closures, finish implementing throw 2015-03-11 18:36:39 +00:00
ASTMatchers Roll functions back into namespaces, msvc has problems with name lookup outside of it. 2015-03-09 17:00:48 +00:00
Analysis Make helper functions static 2015-03-09 15:03:32 +00:00
Basic Under duress, move check for target support of __builtin_setjmp/ 2015-03-11 23:46:32 +00:00
CodeGen Under duress, move check for target support of __builtin_setjmp/ 2015-03-11 23:46:32 +00:00
Driver Driver: Keep -isysroot flags in crash scripts if we're dumping a VFS 2015-03-12 00:52:56 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format clang-format: Recognize the .ts (TypeScript) extension as JavaScript. 2015-03-11 14:58:38 +00:00
Frontend Fix up default header paths for CloudABI. 2015-03-11 08:46:01 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Add builtins for the 64-bit vector integer arithmetic instructions added in POWER8. 2015-03-11 15:57:19 +00:00
Index [libclang] Use same USR encoding for 'char' regardless of what the target considers the sign to be. 2014-12-08 09:09:05 +00:00
Lex Teach raw_ostream to accept SmallString. 2015-03-10 07:33:23 +00:00
Parse Sema: Properly track mangling number/name for linkage for using decls 2015-03-11 06:45:39 +00:00
Rewrite [Rewrite] Make RewriteBuffer accessible on its own, and add a unit test for it. 2015-03-08 04:00:33 +00:00
Sema Under duress, move check for target support of __builtin_setjmp/ 2015-03-11 23:46:32 +00:00
Serialization [modules] When merging the pattern of a class template definition into a prior 2015-03-11 18:21:02 +00:00
StaticAnalyzer Enable security checks for arc4random() on CloudABI as well. 2015-03-11 08:48:55 +00:00
Tooling Tooling: Hide implementation details 2015-03-09 15:03:26 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00