[PATCH] D118388: [analyzer] Restrict CallDescription fuzzy builtin matching

2022-02-11 Thread Balázs Benics via Phabricator via cfe-commits
steakhal added a comment. I decided to land it as-is. I tried to refactor the rest of the `isCLibraryFunction()` to reuse the new detection logic, but I run into issues by doing that. BTW I'm not sure if we should support anything besides the builtins defined in `clang/include/clang/Basic/Builti

[PATCH] D118388: [analyzer] Restrict CallDescription fuzzy builtin matching

2022-02-11 Thread Balázs Benics via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGabc873694ff7: [analyzer] Restrict CallDescription fuzzy builtin matching (authored by steakhal). Herald added a project: clang. Herald added a subscr