[PATCH] D74130: [clang] fix consteval call in default arguements

Ronan Keryell via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 15 14:54:01 PDT 2020


keryell added inline comments.


================
Comment at: clang/lib/Sema/SemaExpr.cpp:16329
 
+  /// If we can't handle immediate invocations yet. add them to the outer scope.
+  /// This occurs for default argument of lambdas as we can't know if the lambda
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74130



More information about the cfe-commits mailing list