Add header guards and fix other clang-tidy warnings in .h files.
Also align misaligned header docs
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
This comment was removed by swamulism.
Comment Actions
mostly looks good, one suggestion
llvm/tools/llvm-reduce/DeltaManager.h | ||
---|---|---|
36 | this definition should probably be moved into a .cpp file. And it shouldn't be inline. |
this definition should probably be moved into a .cpp file. And it shouldn't be inline.