summaryrefslogtreecommitdiffstats
path: root/tools/clang/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Clang plugin to check that unstable types are not used in IPC.dskiba2016-03-0910-3/+1018
* Add a no-realpath plugin parameter flag to FindBadConstructs plugin.cwgreene2016-03-083-1/+11
* clang-plugin: Skip classes deriving from IPC::NoParams.vmpstr2016-02-296-0/+94
* Cleanup a few redundant banned directory entries.dcheng2016-02-181-6/+0
* clang-plugin: Enable RecursiveASTVisitor approach by default.vmpstr2016-02-176-41/+15
* Unbreak clang plugin tests on OS X.thakis2016-02-011-1/+1
* Port Chrome style plugin tests to Python.dcheng2016-01-316-110/+96
* Mark methods with override in pdf/thestig2015-12-293-1/+8
* Follow macro invocations when checking if a violation happened in a .cc file.jyasskin2015-12-107-9/+62
* Now that we enforce "override" for Blink base classes, remove the option to not.avi2015-12-094-11/+0
* Fix non-trivial member detection in FindBadConstructs pluginspang2015-12-073-6/+46
* Update some clang plugin documentation.jyasskin2015-12-041-2/+2
* Clang style plugin: remove 'warn-only' optionHans Wennborg2015-11-307-43/+1
* Update the clang plugin to optionally enforce rules for Blink code.avi2015-10-095-42/+65
* Update the clang plugin to optionally enforce rules for Blink base classes.avi2015-09-247-6/+25
* Remove old clang plugin exceptions.avi2015-09-231-7/+0
* Roll Clang 243039:245402Hans Wennborg2015-08-202-28/+0
* Revert of Roll Clang 243039:245342 (patchset #6 id:100001 of https://coderevi...tkent2015-08-192-0/+28
* Roll Clang 243039:245342hans2015-08-192-28/+0
* 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