Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
https://github.com/google/llvm-premerge-checks/issues/142 This should suppress the annoying clang-tidy linux diagnostics in Diff Detail - Build Status.
Comment Actions
Yeah, naming conventions in lldb have always been a controversial topic. Most of the code uses the lldb convention, but some of the new code (particularly if it interfaces with llvm a lot) uses more llvm-like conventions. I think we used to have a description of the naming convention somewhere on the website. That is no longer there, but neither do we have a plan for migration.
I don't really know what that means for this patch...