[PATCH] D101763: [analyzer][ctu] Avoid parsing invocation list again and again during on-demand parsing of CTU
Ella Ma via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 6 22:46:20 PDT 2021
OikawaKirie updated this revision to Diff 343582.
OikawaKirie added a comment.
- Update the test case as suggested.
- Add a case branch for the `index_error_code::success` error code in function `IndexErrorCategory::message` to silent the compiler warnings.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101763/new/
https://reviews.llvm.org/D101763
Files:
clang/include/clang/CrossTU/CrossTranslationUnit.h
clang/lib/CrossTU/CrossTranslationUnit.cpp
clang/test/Analysis/multiple-invocation-list-parsing.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101763.343582.patch
Type: text/x-patch
Size: 4113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210507/b10f00cf/attachment.bin>
More information about the cfe-commits
mailing list