erichkeane added inline comments.

================
Comment at: clang/lib/Sema/SemaInit.cpp:4433
+        // where H is the initializer list.
+        Sequence.AddQualificationConversionStep(cv1T1, VK_XValue);
+      }
----------------
Is `VK_XValue` correct here?  The standards quote says it is a PRValue?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151515

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D151515: [Sema] add c... Erich Keane via Phabricator via cfe-commits

Reply via email to