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
Commit message (
Expand
)
Author
Age
Files
Lines
*
rewrite_to_chrome_style: Rename enum constants to SHOUTY_CASE in blink
danakj
2016-02-03
3
-9
/
+180
*
Check for system include paths by looking at clang's HeaderSearchOptions,
dsansome
2016-02-03
9
-28
/
+110
*
Handle using declarations that introduce function templates.
Daniel Cheng
2016-02-03
3
-3
/
+132
*
rewrite_to_chrome_style: Fix build with new clang, and a crash
Daniel Cheng
2016-02-03
3
-10
/
+14
*
Roll clang 257955:259395
Nico Weber
2016-02-02
2
-7
/
+1
*
Unbreak clang plugin tests on OS X.
thakis
2016-02-01
1
-1
/
+1
*
Fix clang tool test harness to run on Windows.
Daniel Cheng
2016-01-31
1
-10
/
+22
*
Port Chrome style plugin tests to Python.
dcheng
2016-01-31
12
-232
/
+266
*
run_tool.py: automatically append built clang binaries path to $PATH
dcheng
2016-01-30
1
-0
/
+8
*
rewrite_to_chrome_style: handle using declarations.
dcheng
2016-01-29
11
-175
/
+219
*
blink_gc_plugin: Make RecordInfo::Get{Fields,Bases} return deterministic order
Hans Wennborg
2016-01-29
3
-18
/
+21
*
rewrite_to_chrome_style: tweak macro ignoring logic.
dcheng
2016-01-29
3
-14
/
+89
*
rewrite_to_chrome_style: Don't rename lock(), try_lock() and unlock().
danakj
2016-01-29
5
-4
/
+16
*
rewrite_to_chrome_style: Avoid asserts when checking for const-ness.
danakj
2016-01-29
3
-0
/
+55
*
rewrite_to_chrome_style: Fix test expectations to match current reality
danakj
2016-01-29
2
-2
/
+6
*
rewrite_to_chrome_style: skip nodes in synthesized functions.
dcheng
2016-01-29
3
-2
/
+33
*
rewrite_to_chrome_style: Fix assert calling getName() when there's none
danakj
2016-01-29
1
-2
/
+7
*
rewrite_to_chrome_style: fix windows build
dcheng
2016-01-29
1
-19
/
+19
*
rewrite_to_chrome_style: skip nodes expanded from macros
dcheng
2016-01-28
1
-11
/
+12
*
rewrite_to_chrome_style: Don't rename begin()/end()/rbegin()/rend().
danakj
2016-01-28
5
-0
/
+57
*
Emit notes from ReportClassRequiresTraceMethod in deterministic order
hans
2016-01-28
1
-11
/
+15
*
rewrite_to_chrome_style: Don't put a trailing _ on static consts.
danakj
2016-01-28
2
-5
/
+8
*
clang tools: Add --bootstrap to the documentation for update.py
danakj
2016-01-28
1
-1
/
+4
*
rewrite_to_chrome_style: Add a lock file when writing replacements.
danakj
2016-01-27
1
-0
/
+26
*
Add chrome clang tests as custom targets instead of tests.
dcheng
2016-01-26
1
-4
/
+4
*
rewrite_to_chrome_style: Check expression is const when deciding style
danakj
2016-01-26
3
-23
/
+43
*
rewrite_to_chrome_style: Don't replace names that come from gen/
danakj
2016-01-23
4
-6
/
+51
*
Support cygwin for clang fetch on windows.
bcwhite
2016-01-22
1
-1
/
+1
*
Only rewrite things in a top-level blink or WTF namespace.
dcheng
2016-01-22
3
-1
/
+102
*
rewrite_to_chrome_style: Handle non-method overloaded operators
danakj
2016-01-22
3
-2
/
+60
*
rewrite_to_chrome_style: exclude conversion functions from being renamed
dcheng
2016-01-21
3
-5
/
+21
*
Fix extra clang tools build.
dcheng
2016-01-21
4
-19
/
+22
*
roll clang 257953:257955
thakis
2016-01-20
1
-17
/
+12
*
roll clang 255169:257953
thakis
2016-01-18
1
-7
/
+4
*
rewrite_to_chrome_style: Dump the list of replacements to a file.
danakj
2016-01-16
1
-6
/
+31
*
Update Clang update.py for the 3.9.0 version bump
Hans Wennborg
2016-01-13
1
-0
/
+5
*
Revert of roll clang 255169:256316 (patchset #10 id:180001 of https://coderev...
jchaffraix
2016-01-12
1
-1
/
+1
*
roll clang 255169:256316
thakis
2016-01-12
1
-1
/
+1
*
Update rewrite_to_chrome_style tool to also rename methods.
dcheng
2016-01-08
11
-89
/
+403
*
Clang update.py: error on truncated downloads
hans
2016-01-05
1
-0
/
+3
*
Fix apply_fixits.py to always read from stdin.
dcheng
2015-12-31
1
-1
/
+1
*
Mark methods with override in pdf/
thestig
2015-12-29
3
-1
/
+8
*
Revert of Force clang/tot bots to do clobber builds of clang for a bit. (patc...
thakis
2015-12-29
1
-4
/
+0
*
Force clang/tot bots to do clobber builds of clang for a bit.
Nico Weber
2015-12-29
1
-0
/
+4
*
clang update.py/linux: Use a gcc4.8.2 that was prebuilt on Precise.
Nico Weber
2015-12-29
1
-2
/
+3
*
Fix bad interpreter line in apply_fixits.py
dcheng
2015-12-26
1
-1
/
+1
*
Move code adjusting LC_ID_DYLIB for asan runtime from package.py to update.py
Nico Weber
2015-12-24
2
-7
/
+9
*
update.py: Log directory creations.
Nico Weber
2015-12-22
1
-12
/
+12
*
Revert of update.py: Log directory creations. (patchset #1 id:1 of https://co...
dfalcantara
2015-12-22
1
-12
/
+12
*
update.py: Log directory creations.
thakis
2015-12-22
1
-12
/
+12
[next]