Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Bindings/Python/Globals.h | ||
---|---|---|
9–10 ↗ | (On Diff #399782) | You've got some spillage over here (and several other files) :-) |
mlir/lib/Bindings/Python/Globals.h | ||
---|---|---|
9–10 ↗ | (On Diff #399782) | Thanks for catching this, I need to look into what's wrong in the clang-tidy config (that may be a CMake thing instead?). Seems like it is like this for all the files in lib/.. |
Comment Actions
Did you rename your LLVM source directory to something other than "llvm-project" (case sensitive)? That will mess up the bit of the code that figures out the guard name (check HeaderGuardCheck.cpp).