[llvm] [LLVM] Create `lf_alias` nodes for `typedef` and `using` (PR #153936)
Michael Buch via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 19 01:52:46 PDT 2025
================
@@ -614,6 +614,11 @@ template <> void LeafRecordImpl<EndPrecompRecord>::map(IO &IO) {
IO.mapRequired("Signature", Record.Signature);
}
+template <> void LeafRecordImpl<AliasRecord>::map(IO &IO) {
----------------
Michael137 wrote:
Can we test this?
https://github.com/llvm/llvm-project/pull/153936
More information about the llvm-commits
mailing list