[PATCH] D100648: [flang][f18] Add an additional check for semantic errors
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 16 09:20:38 PDT 2021
klausler added a comment.
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?
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