llvm-project
e3aafe40
- [clang-tidy] fix false positive use-internal-linkage for func decl without body (#117490)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
309 days ago
[clang-tidy] fix false positive use-internal-linkage for func decl without body (#117490) If in one TU, function only have declaration without body, this function should be external linkage. Fixed #117488
References
#117490 - [clang-tidy] fix false positive use-internal-linkage for func decl without body
Author
HerrCai0907
Parents
5ce4d4c7
Loading