index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
clang
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Roll Clang 168474:169803.
hans@chromium.org
2012-12-13
1
-1
/
+2
*
Whitelist QuadF from ChromeClassTester checks
jamesr@chromium.org
2012-12-04
1
-0
/
+4
*
Add WebTestRunner namespace to the list of "bad namespaces" so we don't warn ...
jochen@chromium.org
2012-10-30
1
-0
/
+1
*
roll clang 163674:165787
thakis@chromium.org
2012-10-19
1
-2
/
+2
*
Remove check_cc_directory flag from Clang plugin
enne@chromium.org
2012-09-28
3
-22
/
+7
*
Clang plugin: remove the check-inner-classes flag.
hans@chromium.org
2012-08-30
1
-2
/
+0
*
Style plugin: remove temporary flag for checking inner classes.
hans@chromium.org
2012-08-15
4
-21
/
+4
*
Add cc/ to banned_directories in chromium clang style checker
jamesr@chromium.org
2012-08-04
3
-7
/
+21
*
clang plugin: Put inner classes bugfix behind a flag.
thakis@chromium.org
2012-07-27
4
-10
/
+28
*
clang: Include SourceManager.h in source file instead.
tfarina@chromium.org
2012-07-25
2
-7
/
+7
*
Clang plugin: defer checking of tag decls until after top-level decl fully pa...
hans@chromium.org
2012-07-24
5
-0
/
+55
*
clang: Check if namespace string is empty using empty() accessor.
tfarina@chromium.org
2012-07-13
2
-8
/
+7
*
clang: Add missing 'virtual' keyword to some overridden functions.
tfarina@chromium.org
2012-07-12
1
-4
/
+6
*
roll clang 155835:159409
thakis@chromium.org
2012-06-29
1
-2
/
+2
*
Clang style-checker: Fix weird warning about inline copy ctors.
hans@chromium.org
2012-06-28
4
-2
/
+31
*
roll clang 155352:155835
thakis@chromium.org
2012-05-04
1
-2
/
+2
*
Check implementation files for virtual and OVERRIDE.
rsleevi@chromium.org
2012-04-17
4
-17
/
+67
*
Check and warn if public destructors are found on types that derive from base...
rsleevi@chromium.org
2012-04-17
7
-153
/
+499
*
clang plugin: Instead of blacklisting out/, blacklist gen/ and geni/.
thakis@chromium.org
2012-04-05
1
-3
/
+5
*
Clang style plugin: add two banned directories.
hans@chromium.org
2012-01-23
1
-0
/
+2
*
Add dart to the list of banned dirs.
antonm@google.com
2011-12-21
1
-0
/
+1
*
One more OVERRIDE test that the code should already pass.
avi@chromium.org
2011-12-07
2
-3
/
+9
*
Remove disabling flag.
avi@chromium.org
2011-11-29
1
-32
/
+5
*
Extend Clang plugin to warn on missing OVERRIDE.
avi@chromium.org
2011-11-28
9
-27
/
+163
*
Add "pdf/" to the style checker directory blacklist.
thakis@chromium.org
2011-11-28
1
-0
/
+1
*
Roll clang 143497:144547
thakis@chromium.org
2011-11-15
1
-3
/
+3
*
Revert 109982 - Roll clang 143497:144521
joi@chromium.org
2011-11-15
1
-3
/
+3
*
Roll clang 143497:144521
thakis@chromium.org
2011-11-14
1
-3
/
+3
*
Clang plugin: *Overriding* method must have "virtual" keyword.
hans@chromium.org
2011-11-10
2
-2
/
+2
*
Fix typo to make clang plugin tests work on linux.
thakis@chromium.org
2011-10-22
1
-1
/
+1
*
style plugin: Don't suppress all warnings for checkouts in /usr/local/google
thakis@chromium.org
2011-10-21
1
-0
/
+11
*
roll clang 140930:142072
thakis@chromium.org
2011-10-15
2
-1
/
+14
*
clang plugin: Make test script work no matter what the cwd is.
thakis@chromium.org
2011-10-10
1
-2
/
+7
*
roll clang 139990:140930
thakis@chromium.org
2011-10-07
2
-5
/
+5
*
Convert all of media/ over to the new base::{Bind,Callback} hotness.
fischman@chromium.org
2011-09-29
1
-3
/
+0
*
clang plugin test script: Set $? if a test fails.
thakis@chromium.org
2011-09-26
1
-0
/
+8
*
Add OWNERS for tools/clang.
thakis@chromium.org
2011-09-25
1
-0
/
+1
*
style plugin: Don't ignore style warnings on the linux clang trybots.
thakis@chromium.org
2011-09-22
1
-3
/
+8
*
Follow-up to http://codereview.chromium.org/7824047/
thakis@chromium.org
2011-09-02
1
-1
/
+1
*
clang style plugin: Don't try to figure out src root.
thakis@chromium.org
2011-09-02
2
-64
/
+20
*
clang: Fix a comment pointing to app_unittests instead of ui_unittests.
tfarina@chromium.org
2011-07-07
1
-1
/
+1
*
Move media library AutoTaskRunner to base and rename ScopedTaskRunner.
wez@chromium.org
2011-05-27
1
-1
/
+0
*
Clang style checker: add the 'clang' dir to list of banned directories.
hans@chromium.org
2011-05-27
1
-0
/
+1
*
1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...
wez@chromium.org
2011-05-27
1
-0
/
+1
*
Move media library AutoTaskRunner to base and rename ScopedTaskRunner.
wez@chromium.org
2011-05-27
1
-1
/
+0
*
Clang style-check plugin: check for virtual keyword on virtual dtors.
hans@chromium.org
2011-05-25
1
-21
/
+25
*
clang plugin: Make tests pass again.
thakis@chromium.org
2011-05-20
2
-1
/
+4
*
Make clang plugin work with generated source files when ninja is used.
thakis@chromium.org
2011-05-18
1
-0
/
+1
*
clang: Mention that the ctor/dtor needs "out of line" implementation.
tfarina@chromium.org
2011-04-28
2
-5
/
+8
*
clang: Use -Wheader-hygiene instead of a custom check in the plugin.
thakis@chromium.org
2011-04-05
7
-83
/
+6
[next]