[PATCH] D78118: [analyzer] StdLibraryFunctionsChecker: Add option to display loaded summaries
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 17 03:13:03 PDT 2020
balazske added a comment.
The new option will simply list the (found) functions that have a summary based check enabled. (The term "Loaded" may be misleading in the current implementation, somebody can think if it is loaded from file?) A more detailed output would be better (display the signature too, or maybe the whole summary?). For simple purpose the current way may be enough but it may be useful (probably for a non-checker-developer too) to see the summary details.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78118/new/
https://reviews.llvm.org/D78118
More information about the cfe-commits
mailing list