[PATCH] D159024: [Parser] Parse string literal arguments of 'availability', 'external_source_symbol' and 'uuid' attributes as unevaluated
Sergei Barannikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 28 15:14:25 PDT 2023
barannikov88 created this revision.
barannikov88 added reviewers: cor3ntin, aaron.ballman.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
barannikov88 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This is a complementary to D156237 <https://reviews.llvm.org/D156237>.
These attributes have custom parsing logic.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D159024
Files:
clang/lib/Parse/ParseDecl.cpp
clang/lib/Parse/ParseDeclCXX.cpp
clang/test/Parser/attr-availability.c
clang/test/Parser/attr-external-source-symbol.m
clang/test/Parser/ms-square-bracket-attributes.mm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159024.554069.patch
Type: text/x-patch
Size: 9566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230828/10538ae5/attachment-0001.bin>
More information about the cfe-commits
mailing list