[PATCH] D101261: [flang] Lift -Werror checks into local functions
Asher Mancinelli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 25 10:32:06 PDT 2021
ashermancinelli added a comment.
Notice that in `PrescanAndSemaAction`, the first check fails with a scanning error, and the second with a parsing error. This is not the case for `PrescanAndParseAction`, which makes me think the second check should fail with a parsing error, and the tests should be adjusted in the same way.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101261/new/
https://reviews.llvm.org/D101261
More information about the llvm-commits
mailing list