[cfe-dev] [clang-tidy] misc-string-integer-assignment

Piotr Padlewski via cfe-dev cfe-dev at lists.llvm.org
Tue Jan 12 10:27:21 PST 2016


Hi Kirill,
unfortunatelly, the version that I compiled yesterday doesn't have that
(and doesn't have that files).

Piotr

2016-01-12 9:14 GMT+01:00 Kirill Bobyrev via cfe-dev <cfe-dev at lists.llvm.org
>:

> Hi Piotr,
>
> There actually is such check.
>
> You can confirm there is such check via
> $ ./clang-tidy -checks=* -list-checks | grep
> 'misc-string-integer-assignment'
>
> Its code lives in
> llvm/tools/clang/tools/extra/clang-tidy/misc/StringIntegerAssignmentCheck{.cpp,
> .h}
>
> --
> Kirill Bobyrev
>
>
> On 1/12/2016 3:24 AM, Piotr Padlewski via cfe-dev wrote:
>
> Hi folks,
> I was wondering, why I can't find misc-string-integer-assignment
> <http://clang.llvm.org/extra/clang-tidy/checks/misc-string-integer-assignment.html> check.
> It is in docs, but there is no check like this (and no code for it).
>
> Piotr
>
>
> _______________________________________________
> cfe-dev mailing listcfe-dev at lists.llvm.orghttp://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160112/ff5fc5bf/attachment.html>


More information about the cfe-dev mailing list