[PATCH] D35068: [analyzer] Detect usages of unsafe I/O functions

Whisperity via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 18 02:42:30 PST 2019


whisperity added a comment.

In D35068#1361902 <https://reviews.llvm.org/D35068#1361902>, @Szelethus wrote:

> Edit: it doesn't, but CMake is mostly a C project and it does!


CMake really isn't a C project if you look at what language it actually uses - the C files come from tests and system utilities such as ZIP being reimplemented.
And as far as I've seen with my recent endeavours, Clang has problems with parsing and building CMake (however all these errors relate to some very niche standard library memory size related stuff not being there where it wants them).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D35068/new/

https://reviews.llvm.org/D35068





More information about the cfe-commits mailing list