[PATCH] D136554: Implement CWG2631

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 3 12:40:37 PDT 2022


cor3ntin marked an inline comment as done and an inline comment as not done.
cor3ntin added inline comments.


================
Comment at: clang/lib/Sema/SemaExpr.cpp:5918
+    if (const FunctionDecl *FD = E->getDirectCallee())
+      HasImmediateCalls |= FD->isConsteval();
+    return RecursiveASTVisitor<ImmediateCallVisitor>::VisitStmt(E);
----------------
cor3ntin wrote:
> @shafk 
Oups, nvm


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136554/new/

https://reviews.llvm.org/D136554



More information about the cfe-commits mailing list