[all-commits] [llvm/llvm-project] 835b99: Disambiguate type names when printing NTTP types
DoDo via All-commits
all-commits at lists.llvm.org
Fri Oct 28 05:19:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 835b99e4c8381f6dd1dda7e2ef0e9c72359460dd
https://github.com/llvm/llvm-project/commit/835b99e4c8381f6dd1dda7e2ef0e9c72359460dd
Author: Nenad Mikša <dodoentertainment at gmail.com>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/TemplateBase.cpp
M clang/test/CodeGenCXX/debug-info-template.cpp
M clang/test/SemaCXX/cxx2a-nttp-printing.cpp
M clang/test/SemaTemplate/temp_arg_nontype_cxx20.cpp
M clang/test/SemaTemplate/temp_arg_string_printing.cpp
M clang/unittests/AST/StmtPrinterTest.cpp
M clang/unittests/AST/TypePrinterTest.cpp
Log Message:
-----------
Disambiguate type names when printing NTTP types
When printing NTTP template types, ensure that type name of the NTTP is
printed.
Fixes #57562
Differential Revision: https://reviews.llvm.org/D134453
More information about the All-commits
mailing list