[PATCH] D131155: [clang] Expand array expressions if the filler expression's filler is element dependent

Alexander Richardson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 4 15:07:45 PDT 2022


arichardson added inline comments.


================
Comment at: clang/test/SemaCXX/constexpr-array-init.cpp:3
+
+
+/// expected-no-diagnostics
----------------
Nit: It might be helpful to add a comment to this test explaining what it's testing. This makes it easier to diagnose tests failures (e.g. in downstream forks) without having to rely on git blame.


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

https://reviews.llvm.org/D131155



More information about the cfe-commits mailing list