[PATCH] D48601: Added -fcrash-diagnostics-dir flag

2018-07-02 Thread Chijioke Kamanu via Phabricator via cfe-commits
j10kay updated this revision to Diff 153773. j10kay marked 3 inline comments as done. j10kay added a comment. Implemented the code review changes Repository: rL LLVM https://reviews.llvm.org/D48601 Files: clang/include/clang/Driver/Options.td clang/lib/Driver/Driver.cpp clang/test/Driv

[PATCH] D48601: Added -fcrash-diagnostics-dir flag

2018-06-26 Thread Chijioke Kamanu via Phabricator via cfe-commits
j10kay created this revision. j10kay added reviewers: hans, inglorion, rnk. Herald added subscribers: llvm-commits, hiraditya. New flag causes crash reports to be written in the specified directory rather than the temp directory. Repository: rL LLVM https://reviews.llvm.org/D48601 Files: c