[clang] [AST] Only dump desugared type when visibly different (PR #65214)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 9 05:15:28 PDT 2023
================
@@ -49,6 +49,28 @@ ABI Changes in This Version
- Following the SystemV ABI for x86-64, ``__int128`` arguments will no longer
be split between a register and a stack slot.
+AST Dumping Potentially Breaking Changes
----------------
AaronBallman wrote:
Fantastic release note!!
https://github.com/llvm/llvm-project/pull/65214
More information about the cfe-commits
mailing list