[PATCH] D158069: [clang][Interp] Fix getIndex() for composite array elements
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 12 05:34:24 PDT 2023
thakis added inline comments.
================
Comment at: clang/unittests/AST/Interp/CMakeLists.txt:2
+add_clang_unittest(InterpTests
+ Descriptor.cpp
+ )
----------------
Why is this in a separate executable instead of in ASTTests? So it can have fewer deps?
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