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:
r
Tyker updated this revision to Diff 298344.
Tyker retitled this revision from "[clang] fix consteval call in default
arguements " to "[clang] fix consteval call in default arguements".
Tyker added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
rebased and add mo