[all-commits] [llvm/llvm-project] acf4e1: [clang] fix parsing of late parsed attributes with...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Wed Oct 15 06:30:25 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: acf4e174b05e608de92eeeab3d0e3b0e83f5722e
https://github.com/llvm/llvm-project/commit/acf4e174b05e608de92eeeab3d0e3b0e83f5722e
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-10-15 (Wed, 15 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 (#163483)
This simply ignores 'delayed template parsing' when functions have late
parsed attributes, since these are not MSVC compatible anyway.
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