[PATCH] D152548: [Clang][Interp] Diagnose uninitialized ctor of global record arrays

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 15 04:39:38 PDT 2023


tbaeder added inline comments.


================
Comment at: clang/test/AST/Interp/cxx20.cpp:177
+                     // ref-note {{subobject 'f' is not initialized}}
+
 
----------------
We usually have a space after the `;` and keep the comments aligned on the `//`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152548



More information about the cfe-commits mailing list