[PATCH] D82256: [analyzer] Enabling ctr in evalCall event
Nithin VR via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 20 05:16:12 PDT 2020
vrnithinkumar marked an inline comment as done.
vrnithinkumar added inline comments.
================
Comment at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h:100
+/// Hints for figuring out of a call should be inlined during evalCall().
+struct EvalCallOptions {
+ /// This call is a constructor or a destructor for which we do not currently
----------------
Moved the `struct EvalCallOptions` outside `ExprEngine` class.
Since CheckerManager.h using forward declaration of `ExprEngine` and inner type `EvalCallOptions` is needed for the `runCheckersForEvalCall` function declaration.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82256/new/
https://reviews.llvm.org/D82256
More information about the cfe-commits
mailing list