summaryrefslogtreecommitdiffstats
path: root/tools/clang/plugins
Commit message (Expand)AuthorAgeFilesLines
* Roll Clang 168474:169803.hans@chromium.org2012-12-131-1/+2
* Whitelist QuadF from ChromeClassTester checksjamesr@chromium.org2012-12-041-0/+4
* Add WebTestRunner namespace to the list of "bad namespaces" so we don't warn ...jochen@chromium.org2012-10-301-0/+1
* roll clang 163674:165787thakis@chromium.org2012-10-191-2/+2
* Remove check_cc_directory flag from Clang pluginenne@chromium.org2012-09-283-22/+7
* Clang plugin: remove the check-inner-classes flag.hans@chromium.org2012-08-301-2/+0
* Style plugin: remove temporary flag for checking inner classes.hans@chromium.org2012-08-154-21/+4
* Add cc/ to banned_directories in chromium clang style checkerjamesr@chromium.org2012-08-043-7/+21
* clang plugin: Put inner classes bugfix behind a flag.thakis@chromium.org2012-07-274-10/+28
* clang: Include SourceManager.h in source file instead.tfarina@chromium.org2012-07-252-7/+7
* Clang plugin: defer checking of tag decls until after top-level decl fully pa...hans@chromium.org2012-07-245-0/+55
* clang: Check if namespace string is empty using empty() accessor.tfarina@chromium.org2012-07-132-8/+7
* clang: Add missing 'virtual' keyword to some overridden functions.tfarina@chromium.org2012-07-121-4/+6
* roll clang 155835:159409thakis@chromium.org2012-06-291-2/+2
* Clang style-checker: Fix weird warning about inline copy ctors.hans@chromium.org2012-06-284-2/+31
* 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