cjdb added inline comments.

================
Comment at: clang/lib/Sema/SemaExprCXX.cpp:5726-5731
+  FirstArgType = S.BuiltinAddReference(
+      dyn_cast<TemplateSpecializationType>(
+          dyn_cast<ElaboratedType>(FirstArgType)->getNamedType())
+          ->getArg(0)
+          .getAsType(),
+      Sema::UTTKind::AddLvalueReference, {});
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130867

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

Reply via email to