[PATCH] D21642: [clang-tidy] boost-use-to-string arg expr location bugfix
Piotr Padlewski via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 22 13:24:42 PDT 2016
Prazek marked 3 inline comments as done.
================
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:
> 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
sorry, I pushed the patch immidiatelly when I saw that I missed your comment.
Repository:
rL LLVM
https://reviews.llvm.org/D21642
More information about the cfe-commits
mailing list