[PATCH] D91000: [clang-tidy] Add cert-msc24-c checker.
Fütő Gergely via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 4 00:54:34 PST 2022
futogergely added a comment.
"L129 and L135 are uncovered by tests. The rest of the lines are covered by tests, according to lcov."
This happens if __STDC_WANT_LIB_EXT1__ is defined empty (L129) or __STDC_WANT_LIB_EXT1__ is not literal (numeric constant, ...).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91000/new/
https://reviews.llvm.org/D91000
More information about the cfe-commits
mailing list