[PATCH] D99645: [flang][driver] Add debug options not requiring semantic checks
Kiran Chandramohan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 7 10:43:51 PDT 2021
kiranchandramohan accepted this revision.
kiranchandramohan added a comment.
LGTM.
Might be good to have a test for fdebug-dump-parse-tree-no-sema.
================
Comment at: flang/include/flang/Frontend/FrontendOptions.h:54
+ /// Parse, run semantics and then output the parse tree, skip the semantic
+ /// checks
----------------
Nit: semantics are not run here, i guess.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99645/new/
https://reviews.llvm.org/D99645
More information about the cfe-commits
mailing list