[all-commits] [llvm/llvm-project] 43ac94: [clang] fix parsing of late parsed attributes with...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Tue Oct 14 19:08:00 PDT 2025
Branch: refs/heads/users/mizvekov/fix-late-parsed-attrs-delayed-template
Home: https://github.com/llvm/llvm-project
Commit: 43ac945821e354d8f3e84ece1be11de359a3aeb9
https://github.com/llvm/llvm-project/commit/43ac945821e354d8f3e84ece1be11de359a3aeb9
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-10-14 (Tue, 14 Oct 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Parse/Parser.cpp
M clang/test/Parser/DelayedTemplateParsing.cpp
Log Message:
-----------
[clang] fix parsing of late parsed attributes with delayed template parsing
Besides ignoring the attribute, this would also cause a memory
leak.
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