Build the Clang plugin on Windows.
commit5b5d1269ade9eeb50875b20570ef3e0d8c5d95fb
authorDaniel Cheng <dcheng@chromium.org>
Thu, 16 Apr 2015 01:07:35 +0000 (15 18:07 -0700)
committerDaniel Cheng <dcheng@chromium.org>
Thu, 16 Apr 2015 01:09:06 +0000 (16 01:09 +0000)
tree09c2a058cad0f0bf4ead02793f87c15ca5471577
parente059652f467fe22e87a1566acb1da91a7c134d23
Build the Clang plugin on Windows.

This also includes several fixes for the plugin logic on Windows:
- The banned directory check normalizes path separators.
- The banned directory check now returns true for files that are
  considered system headers.
- Diagnostics from the plugin are always reported as warnings.

BUG=467287
R=thakis@chromium.org

Committed: https://chromium.googlesource.com/chromium/src/+/26ba172e8543b9029f320600f3aeced40028ff20

Review URL: https://codereview.chromium.org/1072203002

Cr-Commit-Position: refs/heads/master@{#325365}
tools/clang/scripts/update.py