[PATCH] D115187: [clangd] Expose CoawaitExpr's operand in the AST
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 2 01:39:57 PDT 2022
nridge updated this revision to Diff 426356.
nridge added a comment.
Handle implicit coawait-exprs properly in RebuildCoawaitExpr, other test fixes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115187/new/
https://reviews.llvm.org/D115187
Files:
clang-tools-extra/clangd/unittests/FindTargetTests.cpp
clang/include/clang/AST/ExprCXX.h
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaCoroutine.cpp
clang/lib/Sema/TreeTransform.h
clang/test/AST/coroutine-locals-cleanup-exp-namespace.cpp
clang/test/AST/coroutine-locals-cleanup.cpp
clang/test/AST/coroutine-source-location-crash-exp-namespace.cpp
clang/test/AST/coroutine-source-location-crash.cpp
clang/test/SemaCXX/co_await-ast.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115187.426356.patch
Type: text/x-patch
Size: 31971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220502/ab70b6f6/attachment-0001.bin>
More information about the cfe-commits
mailing list