[PATCH] D70671: [clang][CodeGen] Fix wrong memcpy size of no_unique_address in FieldMemcpyizer

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 25 17:04:35 PST 2019


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: clang/test/CodeGenCXX/no-unique-address-2.cpp:17
+
+void call()
+{
----------------
`{` on the same line of `call()`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70671





More information about the cfe-commits mailing list