Skip to content

Commit

Permalink
[analyzer][NFC] Prefer CallEvent over CallExpr in APIs
Browse files Browse the repository at this point in the history
This change only uplifts existing APIs, without any semantic changes.
This is the continuation of 4482063.

Benefits of using CallEvents over CallExprs:
The callee decl is traced through function pointers if possible.
This will be important to fix #74269 in a follow-up patch.
  • Loading branch information
steakhal committed Dec 28, 2023
1 parent d488adb commit d1856b2
Showing 1 changed file with 203 additions and 178 deletions.

0 comments on commit d1856b2

Please sign in to comment.