[PATCH] D45050: [clang-tidy] New checker for not null-terminated result caused by strlen(), size() or equal length
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 13 02:30:02 PDT 2018
JonasToth added a comment.
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
I will revert the check for now as I did not find an easy fix now.
https://reviews.llvm.org/D45050
More information about the cfe-commits
mailing list