[all-commits] [llvm/llvm-project] 3843a5: [Clang][TypePrinter] Make printNestedNameSpecifier...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Mon Nov 24 10:01:39 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3843a50c69063a9440ccd65ff9a167be75baf442
      https://github.com/llvm/llvm-project/commit/3843a50c69063a9440ccd65ff9a167be75baf442
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-11-24 (Mon, 24 Nov 2025)

  Changed paths:
    M clang/lib/AST/Decl.cpp
    M clang/unittests/AST/TypePrinterTest.cpp

  Log Message:
  -----------
  [Clang][TypePrinter] Make printNestedNameSpecifier look at typedefs (#169364)

This is to resolve a regression caused by #168534.

Now when we have an anonymous object like a struct or union that has a
typedef attached, we print the typedef name instead of listing it as
anonymous.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list