Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 38574 Build 38573: arc lint + arc unit
Event Timeline
Comment Actions
Would it be bad if I said I like mine more? I'm not a fan of implicit logic, and relying on specific filenames.
Comment Actions
No, that's fine. I actually started to implement it the same way as your patch, but I was worried I would miss some cases, so I went with this approach. We can drop this one.
Comment Actions
Not saying this will happen here but in clang-tools-extra, I had to deal with some clang* libraries being part of libclang-cpp, and some (those added by cte) being not.