[PATCH] D26166: [Sema] Don't issue analysis-based warnings when a fatal error has occurred
Malcolm Parsons via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 3 08:27:57 PDT 2016
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
More information about the cfe-commits
mailing list