diff options
author | Oliver Chang <ochang@chromium.org> | 2015-10-21 15:29:47 -0700 |
---|---|---|
committer | Oliver Chang <ochang@chromium.org> | 2015-10-21 15:29:47 -0700 |
commit | afaa98eeb161d60e76506a16d8b986203a7ec0b3 (patch) | |
tree | 3f6252ee9716c09eb8cbca6f64c6d42798bc21a1 /.gitignore | |
parent | 5a21e14fb699453fe9d0c7bd0de12c434b102938 (diff) | |
download | pdfium-afaa98eeb161d60e76506a16d8b986203a7ec0b3.tar.xz |
Merge to XFA: (Reland) 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=thestig@chromium.org
Committed: https://pdfium.googlesource.com/pdfium/+/5478df43a8970257e9644ae6f57a6fe7513029c6
Review URL: https://codereview.chromium.org/1406843002 .
(cherry picked from commit 3b2ab45f0a883046a7c457e8435b5a9b2c1c4156)
Review URL: https://codereview.chromium.org/1412193010 .
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 |