aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorArseniy Zaostrovnykh <necto.ne@gmail.com>2024-05-16 12:14:53 +0200
committerGitHub <noreply@github.com>2024-05-16 12:14:53 +0200
commitba2e4fe4e7f79e49fcac54ea20f5b899dc687cfc (patch)
treefffecc87708cb646d6e7917e76d7e13645eedcd4 /lldb/packages/Python/lldbsuite/test
parent83974a4b92d1fd33b8e21d7a868862893d9430e9 (diff)
downloadllvm-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/test')
0 files changed, 0 insertions, 0 deletions