[all-commits] [llvm/llvm-project] 631f26: [AST] [NFC] Remove unused field from SubstTemplate...
Ilya Biryukov via All-commits
all-commits at lists.llvm.org
Thu Oct 9 02:20:37 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 631f2608cddf0f622b0936c95763fccedf641399
https://github.com/llvm/llvm-project/commit/631f2608cddf0f622b0936c95763fccedf641399
Author: Ilya Biryukov <ibiryukov at google.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M clang/include/clang/AST/TypeBase.h
Log Message:
-----------
[AST] [NFC] Remove unused field from SubstTemplateTypeParmPackType
The field has been moved to the base class, but I forgot to actually
delete it in the derived class.
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