llvm-project
1237bd6d
- [clang-tidy] Fix bugprone-casting-through-void to run only on C++ code (#182844)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
79 days ago
[clang-tidy] Fix bugprone-casting-through-void to run only on C++ code (#182844) This check tells users to use `reinterpret_cast`, which is not possible in pure C code.
References
#182844 - [clang-tidy] Fix bugprone-casting-through-void to run only on C++ code
Author
vbvictor
Parents
239e14ba
Loading