summaryrefslogtreecommitdiffstats
path: root/tools/clang
Commit message (Expand)AuthorAgeFilesLines
* Implement the Clang plugin as a RecursiveASTVisitor.dcheng2015-01-076-4/+44
* BlinkGCPlugin: require GC mixin instances to declare local trace().sigbjornf2015-01-0712-19/+157
* Do not iterate past the end on processing leaf class.sigbjornf2015-01-073-2/+17
* Blink GC plugin: improve handling of type dependent bases.sigbjornf2014-12-296-48/+165
* [BlinkGCPlugin] Minor C++ style fix.kouhei2014-12-262-5/+6
* [BlinkGCPlugin] Allow tracing member in traceImpl.kouhei2014-12-245-11/+135
* blink_gc_plugin: Accept VisitorHelper::trace callskouhei2014-12-162-2/+8
* Update Clang r223109 with new cherry-pickshans2014-12-151-1/+230
* Roll Clang 218707:223109 (+r223211, +r223219, -r220714), take 2hans2014-12-106-174/+146
* Revert "Roll Clang 218707:223109 (+r223211, +r223219, -r220714)" and follow-ups.hans2014-12-106-146/+174
* Roll Clang 218707:223109 (+r223211, +r223219, -r220714)hans2014-12-096-174/+146
* Win/Clang: the ASan run-time DLL has movedhans2014-12-041-5/+9
* Don't filter by extensions.akuegel2014-11-241-7/+7
* Add script to generate compile databases for clang tools on Windows.dcheng2014-11-211-0/+83
* Register X86 targets in clang tool main() to handle __asm { } parsing.dcheng2014-11-212-0/+6
* tools/clang: ui_unittests -> ui_base_unitteststfarina2014-11-201-1/+1
* Clang plugin: Allow >1 WeakPtrFactory member in a classdmichael2014-11-203-11/+38
* Add option --all to run_tool.py.akuegel2014-11-191-1/+22
* Add a clang tool to generate lists of file paths involved in a compilation.akuegel2014-11-197-0/+392
* Clang update script: update Android NDK flags used when building ASan runtimehans2014-11-191-1/+2
* Win/Clang update script: nuke svn dir on failurehans2014-11-181-21/+35
* Clang packaging script: set -o pipefailhans2014-11-181-0/+1
* Revert of Roll Clang 218707:220284 (+cherry-picks of 220340, 220403 and 22040...dalecurtis2014-11-133-398/+146
* Roll Clang 218707:220284 (+cherry-picks of 220340, 220403 and 220407)Hans Wennborg2014-11-133-146/+398
* Various improvements to run_tool.py to make it work better on Windows.dcheng2014-11-134-15/+24
* Win/Clang update script: build lldhans2014-11-111-0/+2
* Revert of Roll ASan/Win to r220557 (patchset #1 id:1 of https://codereview.ch...timurrrr2014-11-061-1/+1
* Check {virtual,override,final} specifiers on pure functions as well.dcheng2014-10-293-4/+32
* Roll ASan/Win to r220557timurrrr2014-10-241-1/+1
* Apply virtual specifier style rules to subclasses of ::testing::Test.dcheng2014-10-223-2/+48
* Blink GC plugin: Gracefully handle cyclic part objects.sigbjornf2014-10-205-6/+45
* Roll Clang 217949:218707 (+r218742 and r218921)hans2014-10-153-4/+187
* Blink GC plugin: Don't check conditions on invalid compilation units.zerny2014-10-104-0/+38
* Put svn revision number to Windows clang.yyanagisawa2014-10-071-1/+13
* Fix Clang tooling build on Linux.dcheng2014-10-046-58/+53
* Blink GC plugin: TODO/OWNERS update.zerny2014-10-033-3/+10
* Roll Clang 216630:217949 (try 2)hans2014-09-291-37/+13
* Update plugin to handle new style rules for virtual specifiers.dcheng2014-09-2817-136/+363
* Revert of Roll Clang 216630:217949 (patchset #5 id:80001 of https://coderevie...hans2014-09-261-13/+37
* Roll Clang 216630:217949hans2014-09-261-37/+13
* Clang update.sh: always clear CMake's cache, and only set MACOSX_DEPLOYMENT_T...hans2014-09-251-19/+28
* Remove unused plugin argument to skip virtual method checks in .cc filesdcheng2014-09-233-12/+5
* Make Clang's update.py use the Win toolchain under depot_tools if availableHans Wennborg2014-09-221-7/+14
* Build clang tools using CMakeDaniel Cheng2014-09-228-162/+154
* Bump blink_gc_plugin version number to trigger redownload of the clang packag...Hans Wennborg2014-09-191-1/+1
* r287585, repackage edition.Nico Weber2014-09-191-1/+5
* Bump BlinkGCPlugin version to 11 to force redownload of Clang 216630Hans Wennborg2014-09-191-1/+1
* use absolute path to clang pluginsmostynb2014-09-182-5/+5
* Clang style-checker plug-in: Fix the code matching filenames against blacklis...hans2014-09-177-40/+70
* Roll Clang 214024:216630 (+216684) and switch to CMake (try 3)Hans Wennborg2014-09-1713-176/+358