[all-commits] [llvm/llvm-project] 2372be: [clang] fix parsing of late parsed attributes with...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Tue Oct 14 18:17:46 PDT 2025
Branch: refs/heads/users/mizvekov/fix-late-parsed-attrs-delayed-template
Home: https://github.com/llvm/llvm-project
Commit: 2372be22d2c0c8fd493f80661bcef5701464ea9e
https://github.com/llvm/llvm-project/commit/2372be22d2c0c8fd493f80661bcef5701464ea9e
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