summaryrefslogtreecommitdiffstats
path: root/tools/clang
Commit message (Expand)AuthorAgeFilesLines
* Change assert in allOverloadsMatch matcher to early return.dcheng2016-03-251-1/+2
* Statically link the CRT so that clang-cl can run in wine on gomarnk2016-03-251-0/+2
* Add -fms-compatibility-version=19 to the clang-cl self-hostReid Kleckner2016-03-251-1/+7
* rewrite_to_chrome_style: handle simple UnresolvedLookupExprsdcheng2016-03-255-54/+98
* tools/clang: add upload_revision.py to trigger toolchain builds on bots.krasin2016-03-231-0/+78
* clang-plugin: Skip unions in the ctor/dtor checks.vmpstr2016-03-232-0/+36
* clang-plugin: Update test expectations to match the lines correctly.vmpstr2016-03-231-2/+2
* chrome style plugin: Don't crash when checking class weight.dcheng2016-03-224-10/+39
* Don't rename references to functions that originate from template args.dcheng2016-03-193-44/+191
* Clang update.py: clobber more CMake cache filesHans Wennborg2016-03-141-2/+4
* roll clang 261368:263324thakis2016-03-121-1/+1
* Revert of Roll Clang 261368:262839 (patchset #3 id:40001 of https://coderevie...thakis2016-03-121-1/+1
* rewrite_to_chrome_style: Blacklist InspectorAgent::disabledanakj2016-03-111-7/+27
* Try to get clang/win tot bots going again after VS2015 update.Nico Weber2016-03-111-1/+2
* rewrite_to_chrome_style: Remove blacklisted methods with matcherdanakj2016-03-111-30/+46
* rewrite_to_chrome_style: Consistently decide if things are in blink.danakj2016-03-114-64/+112
* Automatically download gnu win tools from update.pythakis2016-03-112-12/+24
* Roll Clang 261368:262839hans2016-03-101-1/+1
* Revert of Clang plugin to check that unstable types are not used in IPC. (pat...thakis2016-03-1010-1018/+3
* Revert of Fix tests for check-ipc Clang plugin to pass on Windows. (patchset ...thakis2016-03-103-14/+15
* Fix tests for check-ipc Clang plugin to pass on Windows.dskiba2016-03-103-15/+14
* rewrite_to_chrome_style: Add some additional macro test cases.danakj2016-03-102-0/+26
* rewrite_to_chrome_style: Exclude methods before checking IsBlinkOrWTFdanakj2016-03-091-3/+6
* Clang plugin to check that unstable types are not used in IPC.dskiba2016-03-0910-3/+1018
* Revert of clang upload.sh: don't download Clang binaries from clang_upload bo...krasin2016-03-091-5/+0
* clang upload.sh: don't download Clang binaries from clang_upload bots.krasin2016-03-091-0/+5
* rewrite_to_chrome_style: Rewrite contructor init of anon union membersdanakj2016-03-083-5/+34
* rewrite_to_chrome_style: Rewrite functions in macros that are findabledanakj2016-03-083-11/+26
* Add a no-realpath plugin parameter flag to FindBadConstructs plugin.cwgreene2016-03-083-1/+11
* Revert of Roll clang 261368:262817 (patchset #2 id:20001 of https://coderevie...thakis2016-03-081-1/+1
* Roll clang 261368:262817Nico Weber2016-03-081-1/+1
* rewrite_to_chrome_style: Don't override methods that originate outside.danakj2016-03-083-4/+93
* rewrite_to_chrome_style: Don't rewrite SHOUTY_CAPS enums.danakj2016-03-073-30/+16
* rewrite_to_chrome_style: Rewrite references to members through the classdanakj2016-03-043-0/+54
* rewrite_to_chrome_style: Rewrite enum values as kConstantStyle.danakj2016-03-032-36/+50
* rewrite_to_chrome_style: Improve naming of iterator and type traits.danakj2016-03-027-26/+153
* clang-plugin: Skip classes deriving from IPC::NoParams.vmpstr2016-02-296-0/+94
* Build clang with LLVM_ENABLE_TIMESTAMPS=OFFthakis2016-02-261-0/+1
* Roll Clang 259396:261368hans2016-02-241-1/+1
* Switch BlinkGCPluginConsumer to use ranged for-loops.sigbjornf2016-02-202-144/+92
* Clang package.py: invoke gsutil.py with python explicitlyhans2016-02-201-2/+2
* clang/scripts/package.py: return exit code 0, when nothing to do.krasin2016-02-191-1/+1
* Add --upload option to tools/clang/package.py.krasin2016-02-191-16/+90
* Cleanup a few redundant banned directory entries.dcheng2016-02-181-6/+0
* clang-plugin: Enable RecursiveASTVisitor approach by default.vmpstr2016-02-176-41/+15
* add a mechanism to define clang tarball mirrorsmostynb2016-02-151-1/+2
* update obsolete code.google.com documentation linksmostynb2016-02-083-4/+4
* rewrite_to_chrome_style: Rewrite struct/union fields to chrome styledanakj2016-02-053-10/+13
* Don't rename enumerators that are already SHOUTY_CASE.dcheng2016-02-053-0/+20
* rewrite_to_chrome_style: Don't rename swap() functions.danakj2016-02-053-1/+27