[PATCH] D21642: [clang-tidy] boost-use-to-string arg expr location bugfix
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 28 01:56:23 PDT 2016
alexfh added inline comments.
================
Comment at: test/clang-tidy/boost-use-to-string.cpp:154
@@ +153,3 @@
+ float floating;
+ Fields* wierd;
+ const int &getConstInteger() const {return integer;}
----------------
alexfh wrote:
> "wierd" is weird ;)
I should have been more clear in the first place: please fix the typo.
http://www.google.com/#q=wierd
Repository:
rL LLVM
http://reviews.llvm.org/D21642
More information about the cfe-commits
mailing list