[cfe-dev] [RFC] A C++ pseudo parser for tooling
James Y Knight via cfe-dev
cfe-dev at lists.llvm.org
Wed Nov 10 06:11:44 PST 2021
>
> there are use cases where it is impractical to have a real compilation
> environment setup.
>
To me, this seems like it'll be the biggest win here.
Figuring out how to build the software, and to then how to get a
compilation-database out of the build (if that's even possible), in order
to setup indexing/etc...for every OSS codebase I simply want to explore the
code of...it is, indeed, completely impractical. Anything beyond "git clone
$X" and opening the resultant files in an editor is not gonna happen.
So, overall, I've continued to make do with the primitive text-based tools,
because those work universally. If the more advanced tools could work *at
least as well *without needing any additional per-project setup, but then
get progressively better if you do end up providing more information, that
seems awesome. If you can make it work. :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20211110/60874308/attachment.html>
More information about the cfe-dev
mailing list