[PATCH] D67632: [libTooling] Introduce new library of source-code builders.
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 16 16:23:52 PDT 2019
Eugene.Zelenko added inline comments.
================
Comment at: clang/lib/Tooling/Refactoring/SourceCodeBuilders.cpp:77
+
+ if (Text.empty()) return std::string();
+ // Add leading '*'.
----------------
Could return {}. Same in other places. By the word, did you run Clang-format over code?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67632/new/
https://reviews.llvm.org/D67632
More information about the cfe-commits
mailing list