[all-commits] [llvm/llvm-project] 056679: Restore TagDecl::printName(raw_ostream &)
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Sat Jul 8 05:32:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0566791ab28b5b842c3befea63d7d47fe9ba1a59
https://github.com/llvm/llvm-project/commit/0566791ab28b5b842c3befea63d7d47fe9ba1a59
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2023-07-08 (Sat, 08 Jul 2023)
Changed paths:
M clang/include/clang/AST/Decl.h
Log Message:
-----------
Restore TagDecl::printName(raw_ostream &)
Changes in 19e984ef8f49bc3ccced15621989fa9703b2cd5b accidentally hid
the raw_ostream& declaration from NamedDecl, so this brings back access
to that function through a TagDecl.
More information about the All-commits
mailing list