[PATCH] D45771: [Driver] Support for -save-stats in AddGoldPlugin.

Teresa Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 19 08:08:05 PDT 2018


tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.

LGTM with comment nit



================
Comment at: lib/Driver/ToolChains/CommonArgs.h:107
                                llvm::opt::OptSpecifier Group);
+SmallString<128> getStatsFileName(const InputInfo &Output,
+                                  const InputInfo &Input,
----------------
doxygen comment (looks like there aren't many to start with in this file, but good to add)


Repository:
  rC Clang

https://reviews.llvm.org/D45771





More information about the cfe-commits mailing list