[clang] [lldb] [clang]: support std::meta::info for primitive types (PR #190356)
Balázs Kéri via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 7 02:26:43 PDT 2026
================
@@ -696,6 +696,32 @@ TEST_P(ImportType, ImportUsingType) {
cxxNewExpr(hasType(pointerType(pointee(usingType())))))));
}
+struct ImportReflection : ASTImporterOptionSpecificTestBase {
----------------
balazske wrote:
Will this test the `APValue::Reflection` case that was added to `ASTImporter`?
https://github.com/llvm/llvm-project/pull/190356
More information about the cfe-commits
mailing list