[PATCH] D64799: [Sema] Emit diagnostics for uncorrected delayed typos at the end of TU
Volodymyr Sapsai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 16 19:07:40 PDT 2019
vsapsai added inline comments.
================
Comment at: clang/test/SemaObjC/typo-correction-subscript.m:1
// RUN: %clang_cc1 -triple i386-apple-macosx10.10 -fobjc-arc -fsyntax-only -Wno-objc-root-class %s -verify -disable-free
----------------
I think you can even remove `-disable-free` in this test. It was there to avoid the assertion in `~Sema` (see D60848).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64799/new/
https://reviews.llvm.org/D64799
More information about the cfe-commits
mailing list