[PATCH] D90459: [WIP][clang] Use RecoveryExpr to suppress secondary diagnostics for typo correction.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 30 06:44:57 PDT 2020


hokein created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
hokein requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90459

Files:
  clang/lib/Sema/SemaExpr.cpp
  clang/lib/Sema/SemaExprCXX.cpp
  clang/test/Modules/submodules-merge-defs.cpp
  clang/test/Sema/PR28181.c
  clang/test/Sema/typo-correction-ambiguity.cpp
  clang/test/Sema/typo-correction-no-hang.cpp
  clang/test/Sema/typo-correction.c
  clang/test/Sema/var-redecl.c
  clang/test/SemaCXX/enum-scoped.cpp
  clang/test/SemaCXX/nested-name-spec.cpp
  clang/test/SemaCXX/typo-correction-crash.cpp
  clang/test/SemaCXX/typo-correction-cxx11.cpp
  clang/test/SemaCXX/typo-correction-delayed.cpp
  clang/test/SemaObjC/error-outof-scope-property-use.m
  clang/test/SemaObjCXX/block-for-lambda-conversion.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90459.301882.patch
Type: text/x-patch
Size: 16217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201030/5a4b7c58/attachment.bin>


More information about the cfe-commits mailing list