Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
Comment Actions
lg
clang-modernize/Core/Transform.h | ||
---|---|---|
74–76 | Any reason to have 2 empty lines here? | |
clang-modernize/LoopConvert/LoopConvert.cpp | ||
51 ↗ | (On Diff #10892) | Why not still call createActionFactory? (or delete createActionFactory)? |
clang-modernize/tool/ClangModernize.cpp | ||
472 | I think we'll not want to call it "new..." if it doesn't return a pointer. (I'd use "create" in that case). |
Any reason to have 2 empty lines here?