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

Issue 1709343002: Remove tools/clang (this will break things temporarily).

Created:
4 years, 10 months ago by Sean Klein
Modified:
4 years, 10 months ago
Reviewers:
CC:
mojo-reviews_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Remove tools/clang (this will break things temporarily). This will be fixed by: https://codereview.chromium.org/1715503003/ Removing tools/clang causes a patch failure on Rietveld, so I'm going to submit this patch in two steps: 1) Remove tools/clang (break the world) 2) Put it back, but through DEPS (should pass trybots). BUG=None

Patch Set 1 : #

Patch Set 2 : #

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

Messages

Total messages: 8 (8 generated)
Sean Klein
Description was changed from ========== DEPs-ing in clang rather than relying on outdated scripts BUG=None ...
4 years, 10 months ago (2016-02-18 22:37:44 UTC) #1
Sean Klein
Description was changed from ========== DEPs-ing in tools/clang rather than relying on outdated scripts. Also ...
4 years, 10 months ago (2016-02-18 22:38:17 UTC) #2
Sean Klein
Patchset #1 (id:1) has been deleted
4 years, 10 months ago (2016-02-18 22:42:30 UTC) #3
Sean Klein
Patchset #1 (id:20001) has been deleted
4 years, 10 months ago (2016-02-18 22:42:54 UTC) #4
Sean Klein
Patchset #2 (id:60001) has been deleted
4 years, 10 months ago (2016-02-18 23:28:18 UTC) #5
Sean Klein
Description was changed from ========== DEPs-ing in tools/clang rather than relying on outdated scripts. Removes ...
4 years, 10 months ago (2016-02-18 23:55:31 UTC) #6
Sean Klein
Patchset #2 (id:80001) has been deleted
4 years, 10 months ago (2016-02-18 23:59:00 UTC) #7
Sean Klein
4 years, 10 months ago (2016-02-18 23:59:24 UTC) #8
Patchset #1 (id:40001) has been deleted

Powered by Google App Engine
This is Rietveld 408576698