Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 9365 Build 9365: arc lint + arc unit
Event Timeline
Comment Actions
LG with a nit.
test/clang-tidy/modernize-make-unique.cpp | ||
---|---|---|
459 | The check_clang_tidy script specifies -implicit-check-not='{{warning:|error:}}', so verifying the lack of messages is not necessary (there's no such thing for fixes, since they verify the end state, not the changes; but the lack of messages implies the lack of fixes). |
The check_clang_tidy script specifies -implicit-check-not='{{warning:|error:}}', so verifying the lack of messages is not necessary (there's no such thing for fixes, since they verify the end state, not the changes; but the lack of messages implies the lack of fixes).