[PATCH] D100648: [flang][f18] Add an additional check for semantic errors
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 16 09:57:00 PDT 2021
awarzynski added a comment.
In D100648#2695093 <https://reviews.llvm.org/D100648#2695093>, @klausler wrote:
> semantics.perform()
> // No errors here, i.e. `semantics.AnyFatalError()` returns `false`
> BuildRuntimeDerivedTypeTables()
> // New semantic errors are found, i.e. `semantics.AnyFatalError()` returns `false`
>
> How do you know that more errors were found if AnyFatalError() is still false?
That's a typo, apologies.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100648/new/
https://reviews.llvm.org/D100648
More information about the llvm-commits
mailing list