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
*
Blink GC plugin: remove temporary exceptions for the TreeShared/Node hierarchy.
zerny@chromium.org
2014-05-13
4
-28
/
+2
*
Bundle libc++ headers with clang.
thakis@chromium.org
2014-05-13
1
-0
/
+4
*
Blink GC plugin: require that trace call base::trace and traceAfterDispatch c...
zerny@chromium.org
2014-05-13
5
-12
/
+17
*
Blink GC plugin: require a trace method if a class derives multiple bases tha...
zerny@chromium.org
2014-05-12
9
-9
/
+91
*
Blink GC plugin: disallow pure-virtual trace methods.
zerny@chromium.org
2014-05-10
6
-30
/
+35
*
clang: Instead of having update.sh clobber out/, add a define with the curren...
thakis@chromium.org
2014-05-09
1
-13
/
+5
*
Blink GC plugin: require that GC derived classes do not override their new(si...
zerny@chromium.org
2014-05-05
7
-0
/
+71
*
Clang update script (Windows): fix asan runtime copying
hans@chromium.org
2014-05-02
1
-2
/
+5
*
Blink GC plugin: fix construction of collection edges containing primitive ty...
zerny@chromium.org
2014-05-02
9
-18
/
+276
*
Changed clang update script so it clobbers the entire chromium out dir.
dyen@chromium.org
2014-04-30
2
-30
/
+9
*
Fix IsGCMixin predicate to correctly identify classes with multiple mixin bases.
zerny@chromium.org
2014-04-29
1
-10
/
+13
*
Roll Clang 206155:206824
hans@chromium.org
2014-04-23
2
-2
/
+2
*
Roll Clang 204777:206155
hans@chromium.org
2014-04-16
2
-2
/
+5
*
clang plugin: Fix tests when running on OS X 10.9
thakis@chromium.org
2014-04-16
1
-0
/
+5
*
Clang update.py: tiny fix to the regexes
hans@chromium.org
2014-04-14
1
-2
/
+2
*
Check that GC base classes are left-most derived and that RawPtr<T> are not u...
zerny@chromium.org
2014-04-08
6
-13
/
+89
*
Revert "Turn on clang by default on linux."
thakis@chromium.org
2014-04-05
1
-6
/
+7
*
Turn on clang by default on linux.
thakis@chromium.org
2014-04-05
1
-0
/
+6
*
Upgrade blink plugin to pick up r261132.
thakis@chromium.org
2014-04-03
1
-1
/
+1
*
clang update script cleanups: Remove Xcode 3.2 step, replace "cd -" with "popd".
thakis@chromium.org
2014-04-02
2
-33
/
+8
*
Add temporary exceptions for the TreeShared hierarchy to the Blink GC plugin.
zerny@chromium.org
2014-04-02
5
-5
/
+33
*
roll clang 202555:204777
thakis@chromium.org
2014-04-02
1
-644
/
+19
*
roll clang 202554:202555
thakis@chromium.org
2014-04-01
2
-6
/
+10
*
clang/mac: Bundle libc++.dylib with clang.
thakis@chromium.org
2014-04-01
4
-13
/
+63
*
Add flag to gather statistics from the Blink points-to graph.
zerny@chromium.org
2014-04-01
2
-26
/
+150
*
Re-enable the clang check for enum constants.
tsepez@chromium.org
2014-03-28
10
-1
/
+172
*
Avoid updating clang if the user set make_clang_dir in GYP_DEFINES
rnk@chromium.org
2014-03-27
1
-0
/
+4
*
Removing the misleading comments about mac-only.
mithro@mithis.com
2014-03-27
1
-14
/
+21
*
Cleanup of the Blink GC plugin code.
zerny@chromium.org
2014-03-27
4
-58
/
+57
*
Revert of Add a check to the FindBadConstructs.cpp clang plugin for bad enum ...
thakis@chromium.org
2014-03-26
3
-56
/
+0
*
Disallow Member fields in "unmanaged" classes.
zerny@chromium.org
2014-03-26
7
-1
/
+154
*
Verify inner classes in the Blink GC plugin.
zerny@chromium.org
2014-03-26
5
-10
/
+56
*
Add ignore-cycles and pickle-graph flags to the process-graph script.
zerny@chromium.org
2014-03-26
1
-22
/
+87
*
clang roll 198389:202554 revolutions
thakis@chromium.org
2014-03-26
5
-19
/
+705
*
Revert 259371 "clang roll 198389:202554 reloaded"
thakis@chromium.org
2014-03-25
5
-703
/
+19
*
clang roll 198389:202554 reloaded
thakis@chromium.org
2014-03-25
5
-19
/
+703
*
Rename Blink GC plugin flag from detect-cycles to dump-graph.
zerny@chromium.org
2014-03-25
6
-11
/
+11
*
Don't allow raw pointers to GC allocated objects in stack allocated objects.
zerny@chromium.org
2014-03-24
3
-5
/
+12
*
Global cycle detection analysis.
zerny@chromium.org
2014-03-24
24
-19
/
+808
*
Only check GC dispatch methods for GC derived types.
zerny@chromium.org
2014-03-24
1
-2
/
+2
*
Add checks for stack-allocated types and their uses in fields.
zerny@chromium.org
2014-03-20
7
-19
/
+114
*
Rename finalize to finalizeGarbageCollectedObject and strengthen its tests.
zerny@chromium.org
2014-03-20
8
-51
/
+136
*
Check consistency of manual trace and finalization dispatching.
zerny@chromium.org
2014-03-18
16
-17
/
+611
*
Revert 257618 "roll clang 198389:202554"
thakis@chromium.org
2014-03-18
5
-695
/
+21
*
roll clang 198389:202554
thakis@chromium.org
2014-03-18
5
-21
/
+695
*
Rename NO_TRACE_CHECKING to GC_PLUGIN_IGNORE and add support for annotating c...
zerny@chromium.org
2014-03-14
10
-23
/
+129
*
Relax the check on access to GC managed fields in destructors.
zerny@chromium.org
2014-03-14
5
-17
/
+68
*
Check that classes with non-trivial destructors have finalization support.
zerny@chromium.org
2014-03-14
20
-70
/
+491
*
Only require tracing of immediate bases if they inherit a non-pure trace method.
zerny@chromium.org
2014-03-11
6
-23
/
+50
*
Remove check_url_directory flag from clang plugin.
tfarina@chromium.org
2014-03-11
3
-18
/
+4
[next]