[PATCH] D26166: [Sema] Don't issue analysis-based warnings when a fatal error has occurred
Akira Hatanaka via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 3 10:22:27 PDT 2016
Thanks, fixed in r285938.
> On Nov 3, 2016, at 8:27 AM, Malcolm Parsons via cfe-commits <cfe-commits at lists.llvm.org> wrote:
>
> malcolm.parsons added inline comments.
>
>
> ================
> Comment at: cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp:213
> + // Don't allow further instantiation if a fatal error and an uncompilable
> + // error have occcured. Any diagnostics we might have raised will not be
> + // visible, and we do not need to construct a correct AST.
> ----------------
> s/occcured/occurred/
>
>
> Repository:
> rL LLVM
>
> https://reviews.llvm.org/D26166
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list