diff options
author | Akira Hatanaka <ahatanak@gmail.com> | 2025-05-13 16:25:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-13 16:25:21 -0700 |
commit | 7460056a81fbf897fecfaaae7aa8cc515599ea97 (patch) | |
tree | 205d522a8ba3077a07ac1604bc2a3e1ae2f418ae /clang/lib/AST/ByteCode/Compiler.cpp | |
parent | e9ce7527691ec2b3748895598cd5ee31ac644f3a (diff) | |
download | llvm-7460056a81fbf897fecfaaae7aa8cc515599ea97.zip llvm-7460056a81fbf897fecfaaae7aa8cc515599ea97.tar.gz llvm-7460056a81fbf897fecfaaae7aa8cc515599ea97.tar.bz2 |
[ObjC] Stop hard-coding the list of keywords that are allowed in selectors (#138952)
The design intent is that ObjC selector pieces can be arbitrary
keywords, including basic C keywords like `if`, and the grammar permits
this and makes it unambiguous.
Allow any token that has an identifier (except `__attribute__`) to be
part of a selector.
rdar://150383689
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions