[PATCH] D99292: [flang][driver] Add support for `-cpp/-nocpp`
Andrzej Warzynski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 24 12:24:43 PDT 2021
awarzynski added inline comments.
================
Comment at: flang/include/flang/Frontend/CompilerInvocation.h:135-138
+
+ /// Updates this instance based on the extension of the input file (e.g. f90
+ /// s F90)
+ void updateBasedOnExtension(const FrontendInputFile &inputFile);
----------------
DELETEME
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99292/new/
https://reviews.llvm.org/D99292
More information about the cfe-commits
mailing list