[PATCH] D66731: [Driver] Add an option for createInvocationFromCommandLine to recover on errors

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 27 01:42:48 PDT 2019


gribozavr accepted this revision.
gribozavr added inline comments.
This revision is now accepted and ready to land.


================
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.
----------------
\returns false if an error...

(\returns is a paragraph command. It starts a new paragraph.)


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