I checked this patch on my own build on RHEL 6. Regressions were OK.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include/llvm/IR/DebugInfoMetadata.h | ||
---|---|---|
137 | What the rule for deciding on empty line or not? (The two operators below are not separated for instance). It also does not seem part of the clang-tidy kind of changes. | |
include/llvm/Support/CommandLine.h | ||
487 | Is there a clang-tidy check that does that? That's neat! |
include/llvm/Support/CommandLine.h | ||
---|---|---|
487 | Not yet! |
include/llvm/IR/DebugInfoMetadata.h | ||
---|---|---|
137 | I think it's adding empty lines make code more comprehensible: it's much easier to see boundaries of multi-line functions/methods. |
What the rule for deciding on empty line or not? (The two operators below are not separated for instance).
It also does not seem part of the clang-tidy kind of changes.