[PATCH] D19648: [include-fixer] Add Yaml database integration.
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 28 02:55:34 PDT 2016
bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.
Nice. Ship it!
================
Comment at: include-fixer/YamlXrefsDB.h:25
@@ +24,3 @@
+public:
+ YamlXrefsDB(const std::string &FilePath);
+
----------------
StringRef instead of std::string.
Repository:
rL LLVM
http://reviews.llvm.org/D19648
More information about the cfe-commits
mailing list