diff options
author | Arseniy Zaostrovnykh <necto.ne@gmail.com> | 2024-05-16 12:14:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 12:14:53 +0200 |
commit | ba2e4fe4e7f79e49fcac54ea20f5b899dc687cfc (patch) | |
tree | fffecc87708cb646d6e7917e76d7e13645eedcd4 /lldb/packages/Python/lldbsuite | |
parent | 83974a4b92d1fd33b8e21d7a868862893d9430e9 (diff) | |
download | llvm-ba2e4fe4e7f79e49fcac54ea20f5b899dc687cfc.zip llvm-ba2e4fe4e7f79e49fcac54ea20f5b899dc687cfc.tar.gz llvm-ba2e4fe4e7f79e49fcac54ea20f5b899dc687cfc.tar.bz2 |
[clang] Fix CXXNewExpr end source location for 'new struct S' (#92266)
Currently, `new struct S` fails to set any valid end source location
because the token corresponding to `S` is consumed in
`ParseClassSpecifier` and is not accessible in the
`ParseDeclarationSpecifiers` that normally sets the end source location.
Fixes #35300
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions