[PATCH] D45050: [clang-tidy] New checker for not null-terminated result caused by strlen(), size() or equal length
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 13 05:28:58 PDT 2018
Charusso added a subscriber: klimek.
Charusso added a comment.
In https://reviews.llvm.org/D45050#1264435, @JonasToth wrote:
> Unfortunatly this check does not compile on some ARM platforms. It seems that a matcher exceeds the recursion limit in template instantations.
>
> http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/4405/steps/build%20stage%201/logs/stdio
Well, I can do nothing, but ask for @klimek's help.
Manuel, could you review this error please?
https://reviews.llvm.org/D45050
More information about the cfe-commits
mailing list