This patch improves readability of multiple files in clang-tools-extra and enforces LLVM Coding Guidelines.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
Event Timeline
Comment Actions
Fixing header guards and file comments is fine, but I'm not a fan of reformatting-only changes in source code as they tends to make git blame harder.
Comment Actions
I have updated the patch so that it only affects comments, header guards and inserts few newlines. Actual source code is not affected so that git blame log could be less cryptic.