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
Comment Actions
Looks good overall, I'm curious about some extra lines when opening/closing a namespace?
include/llvm/ADT/Statistic.h | ||
---|---|---|
35 | This is not something clang-format does AFAIK. |
Comment Actions
I think empty lines make code more readable for large namespaces. But they definitely used/not used inconsistently.
This is not something clang-format does AFAIK.