[PATCH] D102149: [analyzer][ctu] Allow loading invocation list from a compilation database automatically detected from the ctu-dir
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 19 07:10:38 PDT 2021
steakhal added a comment.
There are quite a few places where the extdef mappings should be updated.
For discovering them I suggest you asserting the new file format (only for detecting them!). This way if you miss one, it wouldn't silently 'work' somehow, but raise your attention.
There are a few references to the format of this mapping in the `clang/docs/analyzer/user-docs/CrossTranslationUnit.rst` and probably in other files.
Those should be updated to match the new format.
I'm sorry for burdening you with all of this, but I think this is the way to make this parsing more robust. I really appreciate your work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102149/new/
https://reviews.llvm.org/D102149
More information about the cfe-commits
mailing list