[PATCH] D78350: [AST] Build recovery expressions by default for C++.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 17 02:40:23 PDT 2020
hokein created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
hokein updated this revision to Diff 258268.
hokein added a comment.
Herald added subscribers: usaxena95, kadircet, arphaman, jkorous.
hokein added subscribers: ebevhan, hubert.reinterpretcast.
fix clangd test.
hokein added a comment.
@ebevhan, @hubert.reinterpretcast, the patch is based on fd7a34186137168064ffe2ca536823559b92d939 <https://reviews.llvm.org/rGfd7a34186137168064ffe2ca536823559b92d939>, it should contain all the fixes.
it would be nice if you can test it again in your downstream clang. Thanks!
Reland https://reviews.llvm.org/D76696.
All known crashes have been fixed, another attemption.
Plan:
we have rolled out this to a subset of internal users, I'd wait for one
or two weeks to make sure no new crashes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D78350
Files:
clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
clang/include/clang/Basic/LangOptions.def
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/AST/ast-dump-openmp-begin-declare-variant_namespace_1.cpp
clang/test/OpenMP/target_update_from_messages.cpp
clang/test/OpenMP/target_update_to_messages.cpp
clang/test/Parser/objcxx0x-lambda-expressions.mm
clang/test/Parser/objcxx11-invalid-lambda.cpp
clang/test/SemaCXX/cast-conversion.cpp
clang/test/SemaCXX/constructor-initializer.cpp
clang/test/SemaCXX/cxx1z-copy-omission.cpp
clang/test/SemaCXX/decltype-crash.cpp
clang/test/SemaCXX/varargs.cpp
clang/test/SemaOpenCLCXX/address-space-references.cl
clang/test/SemaTemplate/instantiate-init.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78350.258268.patch
Type: text/x-patch
Size: 17221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200417/b9d60920/attachment.bin>
More information about the cfe-commits
mailing list