[clang] [clang] add `-fimplicit-constexpr` flag (PR #136436)

via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 19 09:53:24 PDT 2025


================
@@ -2826,6 +2826,7 @@ class Sema final : public SemaBase {
   bool buildCoroutineParameterMoves(SourceLocation Loc);
   VarDecl *buildCoroutinePromise(SourceLocation Loc);
   void CheckCompletedCoroutineBody(FunctionDecl *FD, Stmt *&Body);
+  void AnalyseCoroutineBody(const CoroutineBodyStmt *);
----------------
Sirraide wrote:

This change is probably accidental?

https://github.com/llvm/llvm-project/pull/136436


More information about the cfe-commits mailing list