[all-commits] [llvm/llvm-project] 06f10b: [Clang][ObjC] Add optionality to property attribut...
Alastair Houghton via All-commits
all-commits at lists.llvm.org
Tue Sep 26 08:30:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06f10b80847a75b9329174fa7eb0388e214eb19b
https://github.com/llvm/llvm-project/commit/06f10b80847a75b9329174fa7eb0388e214eb19b
Author: Alastair Houghton <alastair at alastairs-place.net>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M clang/lib/AST/ASTContext.cpp
M clang/test/CodeGenObjC/objc-asm-attribute-test.m
Log Message:
-----------
[Clang][ObjC] Add optionality to property attribute strings. (#66507)
Add a new attribute, "?", to the property attribute string for
properties of protocols that are declared @optional.
(Previously https://reviews.llvm.org/D135273)
rdar://100463524
More information about the All-commits
mailing list