[llvm-branch-commits] [clang] release/22.x: [clang][AST] Preserve qualifiers in getFullyQualifiedType for AutoType (#187717) (PR #187872)

Vassil Vassilev via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Mar 23 22:09:38 PDT 2026


vgvassilev wrote:

> I'm slightly hesitant to backport this fix because we previously backported the original fix which presumably caused the regression this is fixing. Are we reasonably confident that there won't be additional fallout from these fixes?

This code is probably used by clang-repl only and the downstream client ROOT. We never know but I think this change is relatively safe to apply. 

https://github.com/llvm/llvm-project/pull/187872


More information about the llvm-branch-commits mailing list