Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 clang 进行一些代码分析。现在我在下面有一个功能
void func(p)
一些编译器将处理p为整数。我想知道如何确定是否p有类型声明符?
p