Chris Sauer
Chris Sauer
Hey, @aminya! My understanding is that [clangd embeds clang-tidy](https://clangd.llvm.org/features#clang-tidy-checks) these days, providing feedback as you edit if you want. So if you're already using clangd and generating a compile_commands.json with...
P.S. For generated files, you'll want to have flags match when you build and when you use the tools! It's definitely a tricky thing to handle well for tool builders.
Oh, got it. Makes sense. To confirm, is the draw of this tool, then, over just running clang-tidy directly w/ the compile_commands.json, speed, since it takes care of caching via...
Hey, Thaler! Great to meet another Bazel toolmaker. Seems like a great thing you've built here.
@aminya, yeah! That's what I meant. You mean adding it to our README, yeah? Glad to hear getting the compile commands solves the header things for you. I assume it...
@aminya, I'm creating an issue to track over at https://github.com/hedronvision/bazel-compile-commands-extractor/issues/52
If useful, had Firebase Analytics been open source, I'd have strongly considered building and contributing this feature--but I think we'll have to use another service or the Measurement API.
(I'd have tossed up a PR for this, but I couldn't see where it was coming from in the ProGuard generation)
Sounds good. Thanks! I've changed the title to match the designation. Cheers!
Thanks for your quick reply, @AlmostMatt. Super excited for whatever might be coming. And I really appreciate your confirming that it's on your radar. Could I ask that you keep...