summaryrefslogtreecommitdiffstats
path: root/tools/clang/plugins
Commit message (Expand)AuthorAgeFilesLines
* Try to fix plugin build after llvm r243217.Nico Weber2015-07-252-2/+33
* Fix chromium clang plugin if run from */Developer/* directorysdefresne2015-07-181-3/+0
* clang/win plugin: Do not warn on dllexport inline move constructors.thakis2015-05-119-23/+138
* Simplify code for skipping diagnostics in system headers.dcheng2015-05-093-22/+95
* plugin: Don't warn on copy constructors on dllexported classes.Nico Weber2015-05-091-4/+15
* plugin: Don't warn about inline virtual methods from system macros; whitelist...thakis2015-05-074-4/+34
* plugin: Fix TODO of using the right LangOptions.thakis2015-05-071-10/+9
* plugin: Do not warn on virtual/override stuff coming from macros in system he...thakis2015-05-074-26/+53
* Clang style plugin: add warn-only option and use it on Windowshans2015-05-0110-29/+67
* win: Don't show style plugin warnings for generated files.thakis2015-04-271-3/+10
* Suppress plugin diagnostics for redundant 'virtual' keyword in system macros.Daniel Cheng2015-04-217-84/+115
* Fix the insertion point for 'override' fix it hint.Daniel Cheng2015-04-213-75/+105
* Force another diagnostic reporting path to be warn-only on Windows.Daniel Cheng2015-04-162-2/+6
* Build the Clang plugin on Windows.Daniel Cheng2015-04-163-13/+46
* Revert of Build the Clang plugin on Windows. (patchset #6 id:100001 of https:...dcheng2015-04-123-46/+13
* Build the Clang plugin on Windows.Daniel Cheng2015-04-123-13/+46
* ChromeClassTester: delete unused functionshans2015-04-091-10/+0
* Windows compile fixes for Chrome clang plugin.dcheng2015-04-091-4/+7
* Don't warn about inline ctors/dtors if inline is specified.dcheng2015-03-122-4/+25
* Fix incorrect inlined destructor warning for deleted destructors.Daniel Cheng2015-03-062-3/+16
* Build and install LLVM gold plugin on Linux.pcc2015-03-051-6/+4
* Fix clang plugin to catch defaulted inlined ctors/dtors.dcheng2015-02-203-4/+56
* Remove strict-virtual-specifiers option, since it's enabled everywhere.dcheng2015-02-1813-41/+43
* Revert of Roll Clang 223108:228129 (patchset #5 id:80001 of https://coderevie...tapted2015-02-061-1/+1
* Roll Clang 223108:228129hans2015-02-061-1/+1
* Add a clang plugin flag to check more typesdmichael2015-01-167-18/+61
* Remove unneeded check-weak-ptr-factory-order flagdmichael2015-01-163-7/+1
* Implement the Clang plugin as a RecursiveASTVisitor.dcheng2015-01-076-4/+44
* Roll Clang 218707:223109 (+r223211, +r223219, -r220714), take 2hans2014-12-102-12/+13
* Revert "Roll Clang 218707:223109 (+r223211, +r223219, -r220714)" and follow-ups.hans2014-12-102-13/+12
* Roll Clang 218707:223109 (+r223211, +r223219, -r220714)hans2014-12-092-12/+13
* tools/clang: ui_unittests -> ui_base_unitteststfarina2014-11-201-1/+1
* Clang plugin: Allow >1 WeakPtrFactory member in a classdmichael2014-11-203-11/+38
* Check {virtual,override,final} specifiers on pure functions as well.dcheng2014-10-293-4/+32
* Apply virtual specifier style rules to subclasses of ::testing::Test.dcheng2014-10-223-2/+48
* Roll Clang 217949:218707 (+r218742 and r218921)hans2014-10-151-0/+2
* Fix Clang tooling build on Linux.dcheng2014-10-041-2/+2
* Update plugin to handle new style rules for virtual specifiers.dcheng2014-09-2817-136/+363
* Remove unused plugin argument to skip virtual method checks in .cc filesdcheng2014-09-233-12/+5
* Build clang tools using CMakeDaniel Cheng2014-09-221-37/+8
* Clang style-checker plug-in: Fix the code matching filenames against blacklis...hans2014-09-176-37/+65
* Roll Clang 214024:216630 (+216684) and switch to CMake (try 3)Hans Wennborg2014-09-175-35/+61
* Cleanup reference to old WebKit namespaceabarth2014-09-171-3/+1
* Revert "Roll Clang 214024:216630 (+216684) and switch to CMake (try 2)"Dirk Pranke2014-09-165-52/+35
* Roll Clang 214024:216630 (+216684) and switch to CMake (try 2)Hans Wennborg2014-09-165-35/+52
* Revert of Roll Clang 214024:216630 (+216684) and switch to CMake (patchset #2...hans2014-09-165-52/+35
* Roll Clang 214024:216630 (+216684) and switch to CMakeHans Wennborg2014-09-165-35/+52
* Chrome clang plugin cleanup part 1 of ??dcheng@chromium.org2014-06-196-779/+899
* clang plugin: Fix tests when running on OS X 10.9thakis@chromium.org2014-04-161-0/+5
* clang/mac: Bundle libc++.dylib with clang.thakis@chromium.org2014-04-011-1/+1