[all-commits] [llvm/llvm-project] 9c3467: [Clang] Remove unneeded template keyword (#71435)
Shafik Yaghmour via All-commits
all-commits at lists.llvm.org
Mon Nov 6 17:53:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c346780dc1deed1c5362fcfca874e281c53e6e0
https://github.com/llvm/llvm-project/commit/9c346780dc1deed1c5362fcfca874e281c53e6e0
Author: Shafik Yaghmour <shafik.yaghmour at intel.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M clang/include/clang/AST/Redeclarable.h
Log Message:
-----------
[Clang] Remove unneeded template keyword (#71435)
As noted in this bug report:
https://github.com/llvm/llvm-project/issues/37647
Due to this clang bug we added the template keyword in Redeclarable.h.
The bug has been fixed since then, so removing it.
More information about the All-commits
mailing list