gpt4 book ai didi

c - 强大的 typedef 静态检查器 (unix)

转载 作者:太空宇宙 更新时间:2023-11-03 23:56:56 25 4
gpt4 key购买 nike

是否有免费工具(某种静态检查器)可以对普通 C(而非C++)进行基于typedef 的类型检查并在Linux 上运行(或任何一种免费的 Unix)?我知道一个商业的:PC-lint/FlexeLint。它完全符合我的要求,但它不是免费的,而且仅限于 Windows。这是手册中的示例:

typedef int Count;
typedef int Bool;
Count n;
Bool stop;
.
.
.
n = stop ; // tool generates a warning here

我已经读过这个 Enforce strong type checking in C (type strictness for typedefs)还有这个Is there a good way to force type incompatibility in C?我知道 struct encapsulation hack,但这不是我想要的。我有一堆代码,我想检查它是否存在这种特定类型的错误。

最佳答案

splint呢? ? (我还没有检查它是否可以做你想做的事。我怀疑它是否会。)

或者,使用 C99 的 stdbool.hbool 类型怎么样?

关于c - 强大的 typedef 静态检查器 (unix),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3440401/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com