mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
149f309f50
This fixes a false positive where a ParamVarDecl happend to be the same name of some C standard symbol and has a global namespace. ``` using A = int(int time); // we suggest <ctime> for the `int time`. ``` Differential Revision: https://reviews.llvm.org/D153330 |
||
---|---|---|
.. | ||
include/clang-include-cleaner | ||
lib | ||
test | ||
tool | ||
unittests | ||
CMakeLists.txt | ||
README.md |