Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LG with a couple of comments.
clang-tidy/modernize/MakeSmartPtrCheck.cpp | ||
---|---|---|
253 ↗ | (On Diff #108699) | s/auto/unsigned/, since the use of auto here seems to not be in line with http://llvm.org/docs/CodingStandards.html#use-auto-type-deduction-to-make-code-more-readable. |
254 ↗ | (On Diff #108699) | The < 0 case doesn't make sense (it will be clear once you change the auto above to the real type). |
test/clang-tidy/modernize-make-unique.cpp | ||
---|---|---|
291 ↗ | (On Diff #108699) | The comment doesn't match the test? |