[PATCH] D66731: [Driver] Add an option for createInvocationFromCommandLine to recover on errors
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 27 02:55:24 PDT 2019
ilya-biryukov added inline comments.
================
Comment at: clang/include/clang/Frontend/CompilerInvocation.h:150
///
+ /// If an error was encountered while parsing the arguments, \returns false
+ /// and attempts to recover and continue parsing the rest of the arguments.
----------------
gribozavr wrote:
> \returns false if an error...
>
> (\returns is a paragraph command. It starts a new paragraph.)
TIL something about doxygen :-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66731/new/
https://reviews.llvm.org/D66731
More information about the cfe-commits
mailing list