[PATCH] D18136: boost-use-to-string check
Piotr Padlewski via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 26 12:53:31 PDT 2016
Prazek marked 5 inline comments as done.
================
Comment at: clang-tidy/boost/UseToStringCheck.cpp:60
@@ +59,3 @@
+ else
+ return;
+
----------------
alexfh wrote:
> Please add a reduced test case for this.
I don't see it crashing right now on the same test when it was crashing before, so I guess it won't be needed
http://reviews.llvm.org/D18136
More information about the cfe-commits
mailing list