Issue |
141394
|
Summary |
[clang-tidy] modernize-use-using suggested for extern "C" typedefs
|
Labels |
clang-tidy,
false-positive
|
Assignees |
|
Reporter |
LegalizeAdulthood
|
Repro: https://godbolt.org/z/6jdqMrjKs
The following code:
```
extern "C"
{
typedef int int_t;
}
```
should not issue any warnings with `modernize-use-using` because the typedef is inside an `extern "C"` block.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs