[all-commits] [llvm/llvm-project] 2caf4c: [AST] Fix an assertion failure in TypeName::getFul...

Ilya Biryukov via All-commits all-commits at lists.llvm.org
Wed Sep 17 10:29:17 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2caf4c1b26878ebfb8112ddfea35777d8017affa
      https://github.com/llvm/llvm-project/commit/2caf4c1b26878ebfb8112ddfea35777d8017affa
  Author: Ilya Biryukov <ibiryukov at google.com>
  Date:   2025-09-17 (Wed, 17 Sep 2025)

  Changed paths:
    M clang/lib/AST/QualTypeNames.cpp
    M clang/unittests/AST/CMakeLists.txt
    A clang/unittests/AST/QualTypeNamesTest.cpp

  Log Message:
  -----------
  [AST] Fix an assertion failure in TypeName::getFullyQualifiedName (#159312)

This popped up during our internal integrates of upstream changes. It
started happening after ba9d1c41c41d568a798e0a8c38a89d294647c28d, which
started using `TemplateSpecializationType` in this place and the code
was not prepared to handle it.



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