sbenza added inline comments.

================
Comment at: clang-query/QueryReplace.h:35-36
+
+  /// \brief Replacement text. %"identifier" will be substituted by the text of
+  /// an identifier.
+  std::string ToTemplate;
----------------
klimek wrote:
> This doesn't seem to come up in the test? (and I don't understand what it's 
> trying to tell me :)
In the other change the identifier was specified with ${identifier}, not 
%"identifier".
They should be consistent, no?


https://reviews.llvm.org/D29622



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to