Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 22780 Build 22780: arc lint + arc unit
Event Timeline
Comment Actions
LG with a comment.
test/clang-tidy/bugprone-unused-return-value.cpp | ||
---|---|---|
81–82 | I'd probably cut repeated parts of the pattern (starting from the second one) to make them fit 80 characters, e.g. like this: // CHECK-NOTES: [[@LINE-1]]:3: warning: the value {{.*}} should be used Same for the notes. |
I'd probably cut repeated parts of the pattern (starting from the second one) to make them fit 80 characters, e.g. like this:
Same for the notes.