commit | 65247c459b4d373807530bef1fdb63455b701c2c | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Thu Jun 01 23:39:50 2023 +0000 |
committer | Yabin Cui <yabinc@google.com> | Fri Jun 02 20:36:05 2023 +0000 |
tree | 8e7ed73186fb2c0f8cb879690dceb88a82dfa5ef | |
parent | e83a973d4cf136705b833f50b64e003f083f2746 [diff] |
Fix code for bugprone-argument-comment clang-tidy warning After clang-r498229, we got the below error: art/runtime/instrumentation.cc:723:29: error: argument name 'force_deopt' in comment does not match parameter name 'deopt_all_frames' [bugprone-argument-comment,-warnings-as-errors] InstrumentAllThreadStacks(/* force_deopt= */ true); ^ Bug: 285008446 Test: build with WITH_TIDY=1 Change-Id: Iddc9e4574cc6402d102bdcf6b5941fe7f6630bd2