[PATCH] D92298: [AST][RecoveryAST] Preserve type for member call expr if argments are not matched.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 9 01:15:11 PST 2020
hokein updated this revision to Diff 310450.
hokein added a comment.
address comments
- add a allowRecovery flag to avoid bad side-effect on other callsides;
- recover more cases;
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92298/new/
https://reviews.llvm.org/D92298
Files:
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaOverload.cpp
clang/test/AST/ast-dump-recovery.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92298.310450.patch
Type: text/x-patch
Size: 7165 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201209/159b5542/attachment-0001.bin>
More information about the cfe-commits
mailing list