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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits