aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SelectOptimize.cpp
diff options
context:
space:
mode:
authorCorentin Jabot <corentinjabot@gmail.com>2023-04-26 20:09:13 +0200
committerCorentin Jabot <corentinjabot@gmail.com>2023-05-20 13:22:58 +0200
commit1b0ba1c12fcc86dcf4097b3b8941260e8c6361fa (patch)
treef69a53b193b5e84fc907ac7d8d5a72cda39274dd /llvm/lib/CodeGen/SelectOptimize.cpp
parent55acb70b211a9807307c028f172b8400ebb30d9b (diff)
downloadllvm-1b0ba1c12fcc86dcf4097b3b8941260e8c6361fa.zip
llvm-1b0ba1c12fcc86dcf4097b3b8941260e8c6361fa.tar.gz
llvm-1b0ba1c12fcc86dcf4097b3b8941260e8c6361fa.tar.bz2
[Clang] Fix parsing of `(auto(x))`.
Allow auto(x) to appear in a parenthesis expression. The pattern (auto( can appear as part of a declarator, so the parser is modified to avoid the ambiguity, in a way consistent with the proposed resolution to CWG1223. Reviewed By: aaron.ballman, #clang-language-wg Differential Revision: https://reviews.llvm.org/D149276
Diffstat (limited to 'llvm/lib/CodeGen/SelectOptimize.cpp')
0 files changed, 0 insertions, 0 deletions