[PATCH] D158069: [clang][Interp] Fix getIndex() for composite array elements

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 12 06:15:09 PDT 2023


tbaeder added inline comments.


================
Comment at: clang/unittests/AST/Interp/CMakeLists.txt:2
+add_clang_unittest(InterpTests
+  Descriptor.cpp
+  )
----------------
thakis wrote:
> Why is this in a separate executable instead of in ASTTests? So it can have fewer deps?
Mostly because running ASTTests takes very long


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158069



More information about the cfe-commits mailing list