OSDN Git Service

Adjust spacing before NOLINT comments in ART.
authorRoland Levillain <rpl@google.com>
Thu, 11 Aug 2016 22:53:33 +0000 (23:53 +0100)
committerRoland Levillain <rpl@google.com>
Fri, 12 Aug 2016 12:19:51 +0000 (13:19 +0100)
commit7cbd27fe778f2c348136540d52b5473e28f5769d
tree80c0fa4ff2a223c061245c6799d992cd4d863fa0
parent3d1d18d74dfac5039b6093ddf04f74eee4f157a3
Adjust spacing before NOLINT comments in ART.

Note that neither clang-tidy nor cpplint.py complain about
these style "issues", precisely because of the NOLINT
comments.

Test: WITH_TIDY=1 WITH_TIDY_CHECKS='-*,misc-macro-parentheses' mmma art
Change-Id: Id692fd394ffbd4fe208cbbe4407b4d5e208462bb
cmdline/detail/cmdline_parse_argument_detail.h
cmdline/detail/cmdline_parser_detail.h
compiler/optimizing/code_generator_arm.cc
compiler/optimizing/code_generator_arm64.cc
compiler/optimizing/code_generator_mips.cc
compiler/optimizing/code_generator_mips64.cc
compiler/optimizing/code_generator_x86.cc
compiler/optimizing/code_generator_x86_64.cc
runtime/base/macros.h
runtime/stack_map.h