[all-commits] [llvm/llvm-project] 1ca019: [Clang][AST][NFC] Fix printing of dependent PackIn...
Krystian Stasiowski via All-commits
all-commits at lists.llvm.org
Wed Apr 10 05:41:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ca01958310f2956abd72ece1652c3218bcf27e1
https://github.com/llvm/llvm-project/commit/1ca01958310f2956abd72ece1652c3218bcf27e1
Author: Krystian Stasiowski <sdkrystian at gmail.com>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M clang/lib/AST/TypePrinter.cpp
Log Message:
-----------
[Clang][AST][NFC] Fix printing of dependent PackIndexTypes (#88146)
Dependent `PackIndexType`s currently print the memory address of the
index `Expr*` rather than pretty printing the expression. This patch
fixes that.
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