[turbofan] Cleanup use of virtual, OVERRIDE, FINAL.
authorBenedikt Meurer <bmeurer@chromium.org>
Mon, 22 Dec 2014 13:47:54 +0000 (14:47 +0100)
committerBenedikt Meurer <bmeurer@chromium.org>
Mon, 22 Dec 2014 13:48:10 +0000 (13:48 +0000)
commit1ec1f5957f69d0cdbfd4618c5dc50b1ad1524f90
tree76887067522e5b98d14376032ca82a25449b771b
parenteff42215f08259d9f1329818604866d5467522f7
[turbofan] Cleanup use of virtual, OVERRIDE, FINAL.

Following the Google/Chromium coding style wrt. virtual, OVERRIDE and
FINAL specifications.

TEST=unittests
R=jochen@chromium.org

Review URL: https://codereview.chromium.org/816453005

Cr-Commit-Position: refs/heads/master@{#25924}
19 files changed:
src/compiler/ast-graph-builder.h
src/compiler/change-lowering.h
src/compiler/code-generator.h
src/compiler/control-builders.h
src/compiler/gap-resolver.h
src/compiler/graph-builder.h
src/compiler/js-generic-lowering.h
src/compiler/raw-machine-assembler.h
src/compiler/simplified-operator-reducer.h
src/compiler/source-position.cc
src/compiler/typer.cc
test/unittests/compiler/change-lowering-unittest.cc
test/unittests/compiler/common-operator-unittest.cc
test/unittests/compiler/graph-unittest.h
test/unittests/compiler/instruction-selector-unittest.h
test/unittests/compiler/js-typed-lowering-unittest.cc
test/unittests/compiler/machine-operator-reducer-unittest.cc
test/unittests/compiler/node-matchers-unittest.cc
test/unittests/compiler/node-test-utils.cc