llvm-capstone/clang-tools-extra/include-cleaner
Haojian Wu 149f309f50 [include-cleaner] Ignore the ParmVarDecl itself in WalkAST.cpp
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
2023-06-20 14:26:55 +02:00
..
include/clang-include-cleaner [include-cleaner] Reorder SymbolReference fields to avoid padding space, NFC 2023-06-16 10:21:44 +02:00
lib [include-cleaner] Ignore the ParmVarDecl itself in WalkAST.cpp 2023-06-20 14:26:55 +02:00
test [NFC][Py Reformat] Reformat python files in clang and clang-tools-extra 2023-05-23 08:29:52 +02:00
tool [include-cleaner] Bailout on invalid code for the command-line tool 2023-06-20 09:07:27 +02:00
unittests [include-cleaner] Ignore the ParmVarDecl itself in WalkAST.cpp 2023-06-20 14:26:55 +02:00
CMakeLists.txt [include-cleaner] Add include-cleaner tool, with initial HTML report 2022-10-18 18:09:41 +02:00
README.md