Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LG with a nit.
test/clang-tidy/modernize-make-unique.cpp | ||
---|---|---|
459 ↗ | (On Diff #111487) | 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). |