[PATCH] D66555: [driver] add a new option `-gen-cdb-fragment-path` to emit a fragment of a compilation database for each compilation

Jan Korous via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 22 18:48:29 PDT 2019


jkorous added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Clang.h:99
+  void DumpCompilationDatabaseFragmentToDir(
+      StringRef Dir, Compilation &C, StringRef Target, const InputInfo &Output,
+      const InputInfo &Input, const llvm::opt::ArgList &Args) const;
----------------
BTW this looks kind of funny `const InputInfo &Output, const InputInfo &Input`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66555/new/

https://reviews.llvm.org/D66555





More information about the cfe-commits mailing list