[PATCH] D29893: [change-namespace] add an option to dump changed files in YAML.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 13 08:57:07 PST 2017


ioeric added inline comments.


================
Comment at: change-namespace/tool/ClangChangeNamespace.cpp:137
+
+  for (const auto &File : ChangedFiles) {
     const auto *Entry = FileMgr.getFile(File);
----------------
hokein wrote:
> Is this duplicated as we already have "dump_results" option now?
I'd like this to be default since this produces readable results.


https://reviews.llvm.org/D29893





More information about the cfe-commits mailing list