Reviewers: jochen,

Message:
Jochen: could you please take a look, thanks. I would appreciate a quick review
 please, to avoid too much rebase pain :).

Main changes are in v8config.h and compiler_support.h - the rest should just be
a mechanical change renaming override and final in declarations.


Description:
Replace OVERRIDE->override and FINAL->final since we now require C++11.

Please review this at https://codereview.chromium.org/1088993003/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+3551, -3607 lines):
  M include/v8config.h
  M src/arm/code-stubs-arm.h
  M src/arm/lithium-arm.h
  M src/arm/lithium-codegen-arm.h
  M src/arm/lithium-codegen-arm.cc
  M src/arm/lithium-gap-resolver-arm.h
  M src/arm64/code-stubs-arm64.h
  M src/arm64/lithium-arm64.h
  M src/arm64/lithium-codegen-arm64.h
  M src/arm64/lithium-codegen-arm64.cc
  M src/assert-scope.cc
  M src/ast.h
  M src/ast.cc
  M src/ast-numbering.cc
  M src/ast-value-factory.h
  M src/ast-value-factory.cc
  M src/base/compiler-specific.h
  M src/base/cpu.h
  M src/base/cpu.cc
  M src/base/flags.h
  M src/base/platform/condition-variable.h
  M src/base/platform/elapsed-timer.h
  M src/base/platform/mutex.h
  M src/base/platform/semaphore.h
  M src/base/platform/time.h
  M src/base/platform/time.cc
  M src/base/sys-info.h
  M src/base/utils/random-number-generator.h
  M src/bootstrapper.h
  M src/code-factory.h
  M src/code-stubs.h
  M src/compilation-statistics.h
  M src/compiler.cc
  M src/compiler/access-builder.h
  M src/compiler/arm/code-generator-arm.cc
  M src/compiler/arm64/code-generator-arm64.cc
  M src/compiler/arm64/instruction-selector-arm64.cc
  M src/compiler/ast-graph-builder.h
  M src/compiler/ast-graph-builder.cc
  M src/compiler/ast-loop-assignment-analyzer.h
  M src/compiler/change-lowering.h
  M src/compiler/code-generator.h
  M src/compiler/code-generator.cc
  M src/compiler/common-node-cache.h
  M src/compiler/common-operator.h
  M src/compiler/common-operator.cc
  M src/compiler/common-operator-reducer.h
  M src/compiler/control-builders.h
  M src/compiler/control-equivalence.h
  M src/compiler/control-flow-optimizer.h
  M src/compiler/gap-resolver.h
  M src/compiler/graph-reducer.h
  M src/compiler/graph-visualizer.cc
  M src/compiler/ia32/code-generator-ia32.cc
  M src/compiler/ia32/instruction-selector-ia32.cc
  M src/compiler/instruction.h
  M src/compiler/instruction-selector.h
  M src/compiler/instruction-selector-impl.h
  M src/compiler/js-builtin-reducer.h
  M src/compiler/js-context-specialization.h
  M src/compiler/js-generic-lowering.h
  M src/compiler/js-inlining.h
  M src/compiler/js-intrinsic-lowering.h
  M src/compiler/js-operator.h
  M src/compiler/js-operator.cc
  M src/compiler/js-type-feedback.h
  M src/compiler/js-typed-lowering.h
  M src/compiler/js-typed-lowering.cc
  M src/compiler/linkage.h
  M src/compiler/load-elimination.h
  M src/compiler/machine-operator.h
  M src/compiler/machine-operator.cc
  M src/compiler/machine-operator-reducer.h
  M src/compiler/mips/code-generator-mips.cc
  M src/compiler/mips/instruction-selector-mips.cc
  M src/compiler/mips64/code-generator-mips64.cc
  M src/compiler/mips64/instruction-selector-mips64.cc
  M src/compiler/move-optimizer.h
  M src/compiler/node.h
  M src/compiler/node-cache.h
  M src/compiler/node-matchers.h
  M src/compiler/node-properties.h
  M src/compiler/operator.h
  M src/compiler/operator-properties.h
  M src/compiler/pipeline.cc
  M src/compiler/ppc/code-generator-ppc.cc
  M src/compiler/ppc/instruction-selector-ppc.cc
  M src/compiler/raw-machine-assembler.h
  M src/compiler/register-allocator.h
  M src/compiler/register-allocator-verifier.h
  M src/compiler/schedule.h
  M src/compiler/select-lowering.h
  M src/compiler/simplified-lowering.h
  M src/compiler/simplified-operator.h
  M src/compiler/simplified-operator.cc
  M src/compiler/simplified-operator-reducer.h
  M src/compiler/source-position.h
  M src/compiler/source-position.cc
  M src/compiler/typer.cc
  M src/compiler/value-numbering-reducer.h
  M src/compiler/x64/code-generator-x64.cc
  M src/compiler/x64/instruction-selector-x64.cc
  M src/compiler/zone-pool.h
  M src/d8.cc
  M src/elements.cc
  M src/execution.h
  M src/factory.h
  M src/field-index.h
  M src/full-codegen.h
  M src/heap/mark-compact.cc
  M src/hydrogen.h
  M src/hydrogen-gvn.h
  M src/hydrogen-gvn.cc
  M src/hydrogen-instructions.h
  M src/hydrogen-types.h
  M src/ia32/code-stubs-ia32.h
  M src/ia32/lithium-codegen-ia32.h
  M src/ia32/lithium-codegen-ia32.cc
  M src/ia32/lithium-gap-resolver-ia32.h
  M src/ia32/lithium-ia32.h
  M src/ic/ic.h
  M src/ic/ic-state.h
  M src/isolate.h
  M src/jsregexp.h
  M src/libplatform/default-platform.h
  M src/libplatform/worker-thread.h
  M src/lithium.h
  M src/lookup.h
  M src/mips/code-stubs-mips.h
  M src/mips/lithium-codegen-mips.h
  M src/mips/lithium-codegen-mips.cc
  M src/mips/lithium-gap-resolver-mips.h
  M src/mips/lithium-mips.h
  M src/mips64/code-stubs-mips64.h
  M src/mips64/lithium-codegen-mips64.h
  M src/mips64/lithium-codegen-mips64.cc
  M src/mips64/lithium-gap-resolver-mips64.h
  M src/mips64/lithium-mips64.h
  M src/objects.cc
  M src/objects-inl.h
  M src/optimizing-compile-dispatcher.cc
  M src/ppc/code-stubs-ppc.h
  M src/ppc/lithium-codegen-ppc.h
  M src/ppc/lithium-codegen-ppc.cc
  M src/ppc/lithium-gap-resolver-ppc.h
  M src/ppc/lithium-ppc.h
  M src/preparser.h
  M src/prettyprinter.h
  M src/prettyprinter.cc
  M src/property.h
  M src/rewriter.cc
  M src/scanner-character-streams.h
  M src/snapshot/serialize.h
  M src/snapshot/serialize.cc
  M src/snapshot/snapshot-source-sink.h
  M src/string-stream.h
  M src/type-feedback-vector.h
  M src/typing.h
  M src/unique.h
  M src/x64/code-stubs-x64.h
  M src/x64/lithium-codegen-x64.h
  M src/x64/lithium-codegen-x64.cc
  M src/x64/lithium-gap-resolver-x64.h
  M src/x64/lithium-x64.h
  M src/x87/code-stubs-x87.h
  M src/x87/lithium-codegen-x87.h
  M src/x87/lithium-codegen-x87.cc
  M src/x87/lithium-gap-resolver-x87.h
  M src/x87/lithium-x87.h
  M src/zone.h
  M test/cctest/compiler/graph-builder-tester.h
  M test/cctest/compiler/simplified-graph-builder.h
  M test/cctest/compiler/test-gap-resolver.cc
  M test/cctest/compiler/test-run-stubs.cc
  M test/cctest/test-debug.cc
  M test/unittests/base/platform/condition-variable-unittest.cc
  M test/unittests/base/platform/platform-unittest.cc
  M test/unittests/base/platform/semaphore-unittest.cc
  M test/unittests/compiler/change-lowering-unittest.cc
  M test/unittests/compiler/common-operator-reducer-unittest.cc
  M test/unittests/compiler/common-operator-unittest.cc
  M test/unittests/compiler/control-flow-optimizer-unittest.cc
  M test/unittests/compiler/graph-reducer-unittest.cc
  M test/unittests/compiler/graph-unittest.h
  M test/unittests/compiler/instruction-selector-unittest.h
  M test/unittests/compiler/js-intrinsic-lowering-unittest.cc
  M test/unittests/compiler/js-typed-lowering-unittest.cc
  M test/unittests/compiler/liveness-analyzer-unittest.cc
  M test/unittests/compiler/load-elimination-unittest.cc
  M test/unittests/compiler/loop-peeling-unittest.cc
  M test/unittests/compiler/machine-operator-reducer-unittest.cc
  M test/unittests/compiler/node-matchers-unittest.cc
  M test/unittests/compiler/node-test-utils.cc
  M test/unittests/compiler/simplified-operator-reducer-unittest.cc
  M test/unittests/libplatform/task-queue-unittest.cc
  M test/unittests/run-all-unittests.cc


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to