cor3ntin added a comment.

This is working towards, but not yet fixing source_location.
Subsequent patches are needed 
https://github.com/llvm/llvm-project/issues/56379#issuecomment-1288213743



================
Comment at: clang/lib/Sema/SemaDeclCXX.cpp:15601
 
-ExprResult Sema::BuildCXXDefaultInitExpr(SourceLocation Loc, FieldDecl *Field) 
{
-  assert(Field->hasInClassInitializer());
----------------
Note: This was moved in the same file as `BuildCXXDefaultArgExpr` as they use 
some of the same utilities


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136554

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to