Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Issue 1385193002: Bisect clang

Created:
5 years, 2 months ago by Michael Achenbach
Modified:
5 years, 2 months ago
Reviewers:
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Bisect clang BUG=

Patch Set 1 #

Patch Set 2 : good #

Patch Set 3 : good #

Patch Set 4 : bad #

Patch Set 5 : 246920 good #

Patch Set 6 : 247400 bad #

Patch Set 7 : 247200 good #

Patch Set 8 : 247300 bad #

Patch Set 9 : 247250 bad #

Patch Set 10 : 247225 bad #

Patch Set 11 : 247212 bad #

Patch Set 12 : 247206 #

Patch Set 13 : 246920 #

Patch Set 14 : 246920 maybe bad #

Patch Set 15 : 245966 #

Patch Set 16 : 245966 good - first reliable result #

Patch Set 17 : 247873 bad #

Patch Set 18 : 246920 good'ish #

Patch Set 19 : 247400 bad #

Patch Set 20 : 247170 bad #

Patch Set 21 : 247030 #

Patch Set 22 : 247030 bad #

Patch Set 23 : 246970 bad'ish #

Patch Set 24 : 246940 good #

Patch Set 25 : 246955 #

Patch Set 26 : 246955 good (very) #

Patch Set 27 : 246962 good #

Patch Set 28 : 246966 good #

Patch Set 29 : 246968 good #

Patch Set 30 : 246969 good #

Patch Set 31 : 246970 good :/ #

Patch Set 32 : 246995 bad #

Patch Set 33 : 246982 good #

Patch Set 34 : 246988 bad'ish #

Patch Set 35 : 246986 bad'ish #

Patch Set 36 : 246984 good #

Patch Set 37 : 246986 bad #

Patch Set 38 : 246985 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17320 lines, -4 lines) Patch
M .gitignore View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -1 line 0 comments Download
M DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +1 line, -3 lines 0 comments Download
A tools/clang/CMakeLists.txt View 1 chunk +55 lines, -0 lines 0 comments Download
A tools/clang/OWNERS View 1 chunk +2 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp View 1 chunk +60 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/BlinkGCPluginConsumer.h View 1 chunk +192 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/BlinkGCPluginConsumer.cpp View 1 chunk +1328 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/BlinkGCPluginOptions.h View 1 chunk +27 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/CMakeLists.txt View 1 chunk +49 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/CheckDispatchVisitor.h View 1 chunk +30 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/CheckDispatchVisitor.cpp View 1 chunk +42 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/CheckFieldsVisitor.h View 1 chunk +62 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/CheckFieldsVisitor.cpp View 1 chunk +152 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/CheckFinalizerVisitor.h View 1 chunk +57 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/CheckFinalizerVisitor.cpp View 1 chunk +133 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/CheckGCRootsVisitor.h View 1 chunk +38 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/CheckGCRootsVisitor.cpp View 1 chunk +53 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/CheckTraceVisitor.h View 1 chunk +59 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/CheckTraceVisitor.cpp View 1 chunk +399 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/CollectVisitor.h View 1 chunk +35 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/CollectVisitor.cpp View 1 chunk +32 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/Config.h View 1 chunk +272 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/Config.cpp View 1 chunk +31 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/Edge.h View 1 chunk +257 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/Edge.cpp View 1 chunk +75 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/JsonWriter.h View 1 chunk +70 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/NeedsTracing.h View 1 chunk +31 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/OWNERS View 1 chunk +5 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/README.chromium View 1 chunk +2 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/RecordInfo.h View 1 chunk +190 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/RecordInfo.cpp View 1 chunk +673 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/TracingStatus.h View 1 chunk +29 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/process-graph.py View 1 chunk +464 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/.gitignore View 1 chunk +1 line, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/base_class_must_define_virtual_trace.h View 1 chunk +38 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/base_class_must_define_virtual_trace.cpp View 1 chunk +19 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/base_class_must_define_virtual_trace.txt View 1 chunk +8 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/base_requires_tracing.h View 1 chunk +37 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/base_requires_tracing.cpp View 1 chunk +21 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/base_requires_tracing.txt View 1 chunk +4 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_does_not_require_finalization.h View 1 chunk +45 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_does_not_require_finalization.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_does_not_require_finalization.flags View 1 chunk +1 line, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_does_not_require_finalization.txt View 1 chunk +11 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_multiple_trace_bases.h View 1 chunk +29 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_multiple_trace_bases.cpp View 1 chunk +15 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_multiple_trace_bases.txt View 1 chunk +14 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_overrides_new.h View 1 chunk +20 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_overrides_new.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_overrides_new.txt View 1 chunk +8 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.h View 1 chunk +50 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.cpp View 1 chunk +29 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.txt View 1 chunk +14 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_requires_finalization_field.h View 1 chunk +80 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_requires_finalization_field.cpp View 1 chunk +34 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_requires_finalization_field.txt View 1 chunk +14 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_requires_finalization_mixin.h View 1 chunk +62 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_requires_finalization_mixin.cpp View 1 chunk +37 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_requires_finalization_mixin.txt View 1 chunk +8 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_requires_trace_method.h View 1 chunk +59 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_requires_trace_method.cpp View 1 chunk +19 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_requires_trace_method.txt View 1 chunk +20 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_requires_trace_method_tmpl.h View 1 chunk +34 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_requires_trace_method_tmpl.cpp View 1 chunk +15 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/class_requires_trace_method_tmpl.txt View 1 chunk +8 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/crash_on_invalid.h View 1 chunk +26 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/crash_on_invalid.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/crash_on_invalid.txt View 1 chunk +8 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/cycle_ptrs.h View 1 chunk +54 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/cycle_ptrs.cpp View 1 chunk +17 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/cycle_ptrs.flags View 1 chunk +1 line, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/cycle_ptrs.txt View 1 chunk +8 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/cycle_sub.h View 1 chunk +36 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/cycle_sub.cpp View 1 chunk +14 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/cycle_sub.flags View 1 chunk +1 line, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/cycle_sub.txt View 1 chunk +6 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/cycle_super.h View 1 chunk +41 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/cycle_super.cpp View 1 chunk +21 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/cycle_super.flags View 1 chunk +1 line, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/cycle_super.txt View 1 chunk +5 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/cycle_super_neg.h View 1 chunk +44 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/cycle_super_neg.cpp View 1 chunk +18 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/cycle_super_neg.flags View 1 chunk +1 line, -0 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/cycle_super_neg.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/delayed_parsing.cpp View 1 chunk +25 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/delayed_parsing.flags View 1 chunk +1 line, -0 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/delayed_parsing.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/destructor_access_finalized_field.h View 1 chunk +45 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/destructor_access_finalized_field.cpp View 1 chunk +35 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/destructor_access_finalized_field.txt View 1 chunk +19 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/destructor_eagerly_finalized.h View 1 chunk +47 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/destructor_eagerly_finalized.cpp View 1 chunk +37 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/destructor_eagerly_finalized.txt View 1 chunk +13 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/destructor_in_nonfinalized_class.h View 1 chunk +22 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/destructor_in_nonfinalized_class.cpp View 1 chunk +20 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/destructor_in_nonfinalized_class.txt View 1 chunk +8 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/fields_require_tracing.h View 1 chunk +46 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/fields_require_tracing.cpp View 1 chunk +26 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/fields_require_tracing.txt View 1 chunk +22 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/finalize_after_dispatch.h View 1 chunk +78 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/finalize_after_dispatch.cpp View 1 chunk +63 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/finalize_after_dispatch.txt View 1 chunk +17 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/garbage_collected_mixin.h View 1 chunk +29 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/garbage_collected_mixin.cpp View 1 chunk +20 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/garbage_collected_mixin.txt View 1 chunk +10 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/heap/stubs.h View 1 chunk +263 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/ignore_class.h View 1 chunk +40 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/ignore_class.cpp View 1 chunk +20 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/ignore_class.txt View 1 chunk +7 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/ignore_fields.h View 1 chunk +43 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/ignore_fields.cpp View 1 chunk +15 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/ignore_fields.txt View 1 chunk +7 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/inner_class.h View 1 chunk +24 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/inner_class.cpp View 1 chunk +14 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/inner_class.txt View 1 chunk +7 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/left_most_gc_base.h View 1 chunk +30 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/left_most_gc_base.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/left_most_gc_base.txt View 1 chunk +14 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/member_in_offheap_class.h View 1 chunk +48 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/member_in_offheap_class.cpp View 1 chunk +24 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/member_in_offheap_class.txt View 1 chunk +17 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/non_virtual_trace.h View 1 chunk +32 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/non_virtual_trace.cpp View 1 chunk +23 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/non_virtual_trace.txt View 1 chunk +17 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/own_ptr_to_gc_managed_class.h View 1 chunk +30 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/own_ptr_to_gc_managed_class.cpp View 1 chunk +11 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/own_ptr_to_gc_managed_class.txt View 1 chunk +17 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/part_object_to_gc_derived_class.h View 1 chunk +23 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/part_object_to_gc_derived_class.cpp View 1 chunk +14 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/part_object_to_gc_derived_class.txt View 1 chunk +8 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/persistent_field_in_gc_managed_class.h View 1 chunk +31 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/persistent_field_in_gc_managed_class.cpp View 1 chunk +13 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/persistent_field_in_gc_managed_class.txt View 1 chunk +26 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/polymorphic_class_with_non_virtual_trace.h View 1 chunk +61 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/polymorphic_class_with_non_virtual_trace.cpp View 1 chunk +19 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/polymorphic_class_with_non_virtual_trace.txt View 1 chunk +8 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/pure_virtual_trace.h View 1 chunk +19 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/pure_virtual_trace.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/pure_virtual_trace.txt View 1 chunk +5 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class.h View 1 chunk +34 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class.cpp View 1 chunk +13 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class.txt View 1 chunk +20 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/ref_ptr_to_gc_managed_class.h View 1 chunk +30 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/ref_ptr_to_gc_managed_class.cpp View 1 chunk +11 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/ref_ptr_to_gc_managed_class.txt View 1 chunk +14 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/register_weak_members_template.h View 1 chunk +43 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/register_weak_members_template.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/register_weak_members_template.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/stack_allocated.h View 1 chunk +47 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/stack_allocated.cpp View 1 chunk +23 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/stack_allocated.txt View 1 chunk +23 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/templated_class_with_local_class_requires_trace.h View 1 chunk +52 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/templated_class_with_local_class_requires_trace.cpp View 1 chunk +26 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/templated_class_with_local_class_requires_trace.txt View 1 chunk +20 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/test.py View 1 chunk +146 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_after_dispatch.h View 1 chunk +55 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_after_dispatch.cpp View 1 chunk +50 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_after_dispatch.txt View 1 chunk +13 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_after_dispatch_impl.h View 1 chunk +104 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_after_dispatch_impl.cpp View 1 chunk +74 lines, -0 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/trace_after_dispatch_impl.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_after_dispatch_impl_error.h View 1 chunk +103 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_after_dispatch_impl_error.cpp View 1 chunk +75 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_after_dispatch_impl_error.txt View 1 chunk +34 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_collections.h View 1 chunk +44 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_collections.cpp View 1 chunk +13 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_collections.txt View 1 chunk +52 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_if_needed.h View 1 chunk +27 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_if_needed.cpp View 1 chunk +16 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_if_needed.txt View 1 chunk +7 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_templated_super.h View 1 chunk +47 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_templated_super.cpp View 1 chunk +36 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/trace_templated_super.txt View 1 chunk +7 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl.h View 1 chunk +68 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl.cpp View 1 chunk +28 lines, -0 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/traceimpl.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_dependent_scope.h View 1 chunk +62 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_dependent_scope.cpp View 1 chunk +13 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_dependent_scope.txt View 1 chunk +5 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_derived_from_templated_base.h View 1 chunk +37 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_derived_from_templated_base.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/traceimpl_derived_from_templated_base.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_error.h View 1 chunk +68 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_error.cpp View 1 chunk +29 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_error.txt View 1 chunk +20 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.h View 1 chunk +47 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_overloaded.h View 1 chunk +75 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_overloaded.cpp View 1 chunk +36 lines, -0 lines 0 comments Download
A + tools/clang/blink_gc_plugin/tests/traceimpl_overloaded.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_overloaded_error.h View 1 chunk +76 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_overloaded_error.cpp View 1 chunk +35 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/traceimpl_overloaded_error.txt View 1 chunk +28 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/virtual_and_trace_after_dispatch.h View 1 chunk +34 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/virtual_and_trace_after_dispatch.cpp View 1 chunk +30 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/virtual_and_trace_after_dispatch.txt View 1 chunk +11 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/weak_fields_require_tracing.h View 1 chunk +26 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/weak_fields_require_tracing.cpp View 1 chunk +28 lines, -0 lines 0 comments Download
A tools/clang/blink_gc_plugin/tests/weak_fields_require_tracing.txt View 1 chunk +13 lines, -0 lines 0 comments Download
A tools/clang/empty_string/CMakeLists.txt View 1 chunk +26 lines, -0 lines 0 comments Download
A tools/clang/empty_string/EmptyStringConverter.cpp View 1 chunk +205 lines, -0 lines 0 comments Download
A tools/clang/empty_string/tests/test-expected.cc View 1 chunk +46 lines, -0 lines 0 comments Download
A tools/clang/empty_string/tests/test-original.cc View 1 chunk +46 lines, -0 lines 0 comments Download
A tools/clang/plugins/CMakeLists.txt View 1 chunk +33 lines, -0 lines 0 comments Download
A tools/clang/plugins/ChromeClassTester.h View 1 chunk +100 lines, -0 lines 0 comments Download
A tools/clang/plugins/ChromeClassTester.cpp View 1 chunk +313 lines, -0 lines 0 comments Download
A tools/clang/plugins/FindBadConstructsAction.h View 1 chunk +32 lines, -0 lines 0 comments Download
A tools/clang/plugins/FindBadConstructsAction.cpp View 1 chunk +77 lines, -0 lines 0 comments Download
A tools/clang/plugins/FindBadConstructsConsumer.h View 1 chunk +117 lines, -0 lines 0 comments Download
A tools/clang/plugins/FindBadConstructsConsumer.cpp View 1 chunk +875 lines, -0 lines 0 comments Download
A tools/clang/plugins/OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
A tools/clang/plugins/Options.h View 1 chunk +29 lines, -0 lines 0 comments Download
A tools/clang/plugins/README.chromium View 1 chunk +4 lines, -0 lines 0 comments Download
A tools/clang/plugins/SuppressibleDiagnosticBuilder.h View 1 chunk +55 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/base_refcounted.h View 1 chunk +223 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/base_refcounted.cpp View 1 chunk +79 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/base_refcounted.flags View 1 chunk +1 line, -0 lines 0 comments Download
A tools/clang/plugins/tests/base_refcounted.txt View 1 chunk +87 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/blacklisted_dirs.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/blacklisted_dirs.txt View 1 chunk +9 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/enum_last_value.cpp View 1 chunk +39 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/enum_last_value.flags View 1 chunk +1 line, -0 lines 0 comments Download
A tools/clang/plugins/tests/enum_last_value.txt View 1 chunk +7 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/enum_last_value_from_c.c View 1 chunk +40 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/enum_last_value_from_c.flags View 1 chunk +1 line, -0 lines 0 comments Download
A tools/clang/plugins/tests/enum_last_value_from_c.txt View 1 chunk +4 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/inline_copy_ctor.h View 1 chunk +12 lines, -0 lines 0 comments Download
A + tools/clang/plugins/tests/inline_copy_ctor.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A tools/clang/plugins/tests/inline_copy_ctor.txt View 1 chunk +5 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/inline_ctor.h View 1 chunk +53 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/inline_ctor.cpp View 1 chunk +25 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/inline_ctor.txt View 1 chunk +8 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/missing_ctor.h View 1 chunk +62 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/missing_ctor.cpp View 1 chunk +20 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/missing_ctor.txt View 1 chunk +15 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/missing_ctor_dllexport.h View 1 chunk +60 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/missing_ctor_dllexport.cpp View 1 chunk +20 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/missing_ctor_dllexport.flags View 1 chunk +1 line, -0 lines 0 comments Download
A tools/clang/plugins/tests/missing_ctor_dllexport.txt View 1 chunk +14 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/nested_class_inline_ctor.h View 1 chunk +22 lines, -0 lines 0 comments Download
A + tools/clang/plugins/tests/nested_class_inline_ctor.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
A tools/clang/plugins/tests/nested_class_inline_ctor.txt View 1 chunk +8 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/overridden_methods.h View 1 chunk +70 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/overridden_methods.cpp View 1 chunk +49 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/overridden_methods.flags View 1 chunk +1 line, -0 lines 0 comments Download
A tools/clang/plugins/tests/overridden_methods.txt View 1 chunk +94 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/system/windows.h View 1 chunk +17 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/test.sh View 1 chunk +104 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/virtual_base_method_also_final.cpp View 1 chunk +17 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/virtual_base_method_also_final.txt View 1 chunk +29 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/virtual_bodies.h View 1 chunk +50 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/virtual_bodies.cpp View 1 chunk +39 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/virtual_bodies.txt View 1 chunk +5 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/virtual_specifiers.cpp View 1 chunk +132 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/virtual_specifiers.txt View 1 chunk +69 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/warn_only.h View 1 chunk +21 lines, -0 lines 0 comments Download
A + tools/clang/plugins/tests/warn_only.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A tools/clang/plugins/tests/warn_only.flags View 1 chunk +1 line, -0 lines 0 comments Download
A tools/clang/plugins/tests/warn_only.txt View 1 chunk +8 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/weak_ptr_factory.h View 1 chunk +18 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/weak_ptr_factory.cpp View 1 chunk +86 lines, -0 lines 0 comments Download
A tools/clang/plugins/tests/weak_ptr_factory.flags View 1 chunk +1 line, -0 lines 0 comments Download
A tools/clang/plugins/tests/weak_ptr_factory.txt View 1 chunk +13 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/CMakeLists.txt View 1 chunk +27 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/RewriteScopedRefptr.cpp View 1 chunk +433 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/const-scoped_refptr&-to-raw-adds-get-expected.cc View 1 chunk +22 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/const-scoped_refptr&-to-raw-adds-get-original.cc View 1 chunk +22 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/gtest-expected.cc View 1 chunk +30 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/gtest-original.cc View 1 chunk +30 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/local-returned-as-raw-expected.cc View 1 chunk +18 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/local-returned-as-raw-original.cc View 1 chunk +18 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/logging-checks-expected.cc View 1 chunk +28 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/logging-checks-original.cc View 1 chunk +28 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/ref-to-local-returned-as-raw-expected.cc View 1 chunk +18 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/ref-to-local-returned-as-raw-original.cc View 1 chunk +18 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/scoped_refptr.h View 1 chunk +43 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/temp-assigned-to-field-init-expected.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/temp-assigned-to-field-init-original.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/temp-assigned-to-raw-var-expected.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/temp-assigned-to-raw-var-original.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/temp-bool-test-expected.cc View 1 chunk +20 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/temp-bool-test-original.cc View 1 chunk +20 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/temp-passed-as-raw-arg-expected.cc View 1 chunk +24 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/temp-passed-as-raw-arg-original.cc View 1 chunk +24 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/temp-returned-as-raw-expected.cc View 1 chunk +22 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/temp-returned-as-raw-original.cc View 1 chunk +22 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test10-expected.cc View 1 chunk +16 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test10-original.cc View 1 chunk +16 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test11-expected.cc View 1 chunk +24 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test11-original.cc View 1 chunk +24 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test12-expected.cc View 1 chunk +46 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test12-original.cc View 1 chunk +46 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test3-expected.cc View 1 chunk +22 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test3-original.cc View 1 chunk +22 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test4-expected.cc View 1 chunk +22 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test4-original.cc View 1 chunk +22 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test5-expected.cc View 1 chunk +23 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test5-original.cc View 1 chunk +23 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test6-expected.cc View 1 chunk +24 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test6-original.cc View 1 chunk +24 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test7-expected.cc View 1 chunk +21 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test7-original.cc View 1 chunk +21 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test8-expected.cc View 1 chunk +26 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test8-original.cc View 1 chunk +26 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test9-expected.cc View 1 chunk +45 lines, -0 lines 0 comments Download
A tools/clang/rewrite_scoped_refptr/tests/test9-original.cc View 1 chunk +45 lines, -0 lines 0 comments Download
A tools/clang/scripts/blink_gc_plugin_flags.py View 1 chunk +35 lines, -0 lines 0 comments Download
A tools/clang/scripts/generate_win_compdb.py View 1 chunk +83 lines, -0 lines 0 comments Download
A tools/clang/scripts/package.py View 1 chunk +245 lines, -0 lines 0 comments Download
A tools/clang/scripts/run_tool.py View 1 chunk +339 lines, -0 lines 0 comments Download
A tools/clang/scripts/test_tool.py View 1 chunk +126 lines, -0 lines 0 comments Download
A tools/clang/scripts/update.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 1 chunk +751 lines, -0 lines 0 comments Download
A tools/clang/scripts/update.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 1 chunk +659 lines, -0 lines 0 comments Download
A tools/clang/translation_unit/CMakeLists.txt View 1 chunk +26 lines, -0 lines 0 comments Download
A tools/clang/translation_unit/TranslationUnitGenerator.cpp View 1 chunk +225 lines, -0 lines 0 comments Download
A tools/clang/translation_unit/test_files/binomial.h View 1 chunk +12 lines, -0 lines 0 comments Download
A tools/clang/translation_unit/test_files/test.h View 1 chunk +16 lines, -0 lines 0 comments Download
A tools/clang/translation_unit/test_files/test.cc View 1 chunk +18 lines, -0 lines 0 comments Download
A tools/clang/translation_unit/test_files/test.cc.filepaths.expected View 1 chunk +4 lines, -0 lines 0 comments Download
A tools/clang/translation_unit/test_translation_unit.py View 1 chunk +108 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698