diff options
author | Oliver Chang <ochang@chromium.org> | 2015-10-19 11:19:22 -0700 |
---|---|---|
committer | Oliver Chang <ochang@chromium.org> | 2015-10-19 11:19:22 -0700 |
commit | 5478df43a8970257e9644ae6f57a6fe7513029c6 (patch) | |
tree | c9e7c2293d63413198204d4a32d81f8f4d5a19e3 /.gitignore | |
parent | 316e482630d5f5d9084edd9725f98a0d89a5bbdf (diff) | |
download | pdfium-5478df43a8970257e9644ae6f57a6fe7513029c6.tar.xz |
Switch builds to clang by default for Linux and OS X.
Also adds support for ASan and sanitizer coverage.
BUG=pdfium:1,pdfium:171
R=thakis@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/1406843002 .
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3014ed6fa7..cbd1e7da4e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ /testing/corpus /testing/gmock /testing/gtest +/third_party/llvm +/third_party/llvm-build +/tools/clang /v8 /xcodebuild Makefile |