summaryrefslogtreecommitdiff
path: root/compiler/optimizing/codegen_test_utils.h
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2017-06-13 16:05:13 -0700
committerGeorge Burgess IV <gbiv@google.com>2017-06-22 21:41:19 -0700
commitbe3d72300221e94bb1cb3acb9a2a06c6a0f6dac4 (patch)
tree50bcac9226f13d2f516bb67ac5f78e0dac50d523 /compiler/optimizing/codegen_test_utils.h
parentb96ed2c271a56fb8be0c8f30231710095e66a201 (diff)
Fix static analyzer warnings
This fixes warnings like: runtime/arch/*/context_*.h: warning: Call to virtual function during construction will not dispatch to derived class These occur because clang can't tell whether these Context subclasses themselves have subclasses. Since they're effectively final already, the simplest fix is to mark them as final. Bug: 32619234 Test: test-art-host. Rebuilt ART with the analyzer to verify that these issues are gone. Change-Id: Idcdd8387e16869564999ca318692dfcc90006b8d
Diffstat (limited to 'compiler/optimizing/codegen_test_utils.h')
0 files changed, 0 insertions, 0 deletions