summaryrefslogtreecommitdiffstats
path: root/tools/clang/plugins
Commit message (Expand)AuthorAgeFilesLines
* roll clang 155352:155835thakis@chromium.org2012-05-041-2/+2
* Check implementation files for virtual and OVERRIDE.rsleevi@chromium.org2012-04-174-17/+67
* Check and warn if public destructors are found on types that derive from base...rsleevi@chromium.org2012-04-177-153/+499
* clang plugin: Instead of blacklisting out/, blacklist gen/ and geni/.thakis@chromium.org2012-04-051-3/+5
* Clang style plugin: add two banned directories.hans@chromium.org2012-01-231-0/+2
* Add dart to the list of banned dirs.antonm@google.com2011-12-211-0/+1
* One more OVERRIDE test that the code should already pass.avi@chromium.org2011-12-072-3/+9
* Remove disabling flag.avi@chromium.org2011-11-291-32/+5
* Extend Clang plugin to warn on missing OVERRIDE.avi@chromium.org2011-11-289-27/+163
* Add "pdf/" to the style checker directory blacklist.thakis@chromium.org2011-11-281-0/+1
* Roll clang 143497:144547thakis@chromium.org2011-11-151-3/+3
* Revert 109982 - Roll clang 143497:144521joi@chromium.org2011-11-151-3/+3
* Roll clang 143497:144521thakis@chromium.org2011-11-141-3/+3
* Clang plugin: *Overriding* method must have "virtual" keyword.hans@chromium.org2011-11-102-2/+2
* Fix typo to make clang plugin tests work on linux.thakis@chromium.org2011-10-221-1/+1
* style plugin: Don't suppress all warnings for checkouts in /usr/local/googlethakis@chromium.org2011-10-211-0/+11
* roll clang 140930:142072thakis@chromium.org2011-10-152-1/+14
* clang plugin: Make test script work no matter what the cwd is.thakis@chromium.org2011-10-101-2/+7
* roll clang 139990:140930thakis@chromium.org2011-10-072-5/+5
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-3/+0
* clang plugin test script: Set $? if a test fails.thakis@chromium.org2011-09-261-0/+8
* Add OWNERS for tools/clang.thakis@chromium.org2011-09-251-0/+1
* style plugin: Don't ignore style warnings on the linux clang trybots.thakis@chromium.org2011-09-221-3/+8
* Follow-up to http://codereview.chromium.org/7824047/thakis@chromium.org2011-09-021-1/+1
* clang style plugin: Don't try to figure out src root.thakis@chromium.org2011-09-022-64/+20
* clang: Fix a comment pointing to app_unittests instead of ui_unittests.tfarina@chromium.org2011-07-071-1/+1
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-1/+0
* Clang style checker: add the 'clang' dir to list of banned directories.hans@chromium.org2011-05-271-0/+1
* 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...wez@chromium.org2011-05-271-0/+1
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-1/+0
* Clang style-check plugin: check for virtual keyword on virtual dtors.hans@chromium.org2011-05-251-21/+25
* clang plugin: Make tests pass again.thakis@chromium.org2011-05-202-1/+4
* Make clang plugin work with generated source files when ninja is used.thakis@chromium.org2011-05-181-0/+1
* clang: Mention that the ctor/dtor needs "out of line" implementation.tfarina@chromium.org2011-04-282-5/+8
* clang: Use -Wheader-hygiene instead of a custom check in the plugin.thakis@chromium.org2011-04-057-83/+6
* Fix speed regressions in clang by changing datastructures used and minimizing...erg@google.com2011-03-162-22/+19
* Fix clang bustage on Mac by blacklisting /Developererg@google.com2011-03-161-1/+4
* Warn/error on "using namespace blah;" in headers on clang machines.erg@google.com2011-03-166-31/+128
* Ignore autogenerated headers in clang on the mac.erg@google.com2011-03-101-0/+1
* Ignore autogenerated headers in clang.erg@google.com2011-03-101-0/+3
* clang: Cleanup style/security issues in the test.sh script.tfarina@chromium.org2011-03-091-9/+10
* Add shell script based unit test system for the clang plugin.erg@google.com2011-03-0810-0/+222
* Make chromium-style violations errors if -Werror is set.erg@google.com2011-03-021-1/+5
* Make the clang plugin look for path components.erg@google.com2011-02-282-8/+59
* Add final ignores for Linux and note that mm files are implementation files.erg@google.com2011-02-161-1/+9
* Modify how we clean paths in clang plugins.erg@google.com2011-02-151-3/+9
* Change how we detect test code so we bail on virtual checks when we see gmock...erg@google.com2011-02-153-27/+44
* Try to fix the clang bots.thakis@chromium.org2011-02-101-3/+3
* clang: Compille the style checker plugin on the bots.thakis@chromium.org2011-02-101-9/+8
* Commit my clang plugin and fix up documentation.erg@google.com2011-02-035-0/+540