readability-redundant-declaration was diagnosing a redundant declaration
on "extern inline void f();", which is needed in C code to force an external definition
of the inline function f. (This is different to how inline behaves in C++).
Details
Details
- Reviewers
alexfh danielmarjamaki aaron.ballman - Commits
- rZORG959def2dc6f4: [clang-tidy] readability-redundant-declaration: fix false positive with C…
rZORG9c6afaaa6724: [clang-tidy] readability-redundant-declaration: fix false positive with C…
rG959def2dc6f4: [clang-tidy] readability-redundant-declaration: fix false positive with C…
rG9c6afaaa6724: [clang-tidy] readability-redundant-declaration: fix false positive with C…
rG5f9afe953dea: [clang-tidy] readability-redundant-declaration: fix false positive with C…
rCTE360613: [clang-tidy] readability-redundant-declaration: fix false positive with C…
rL360613: [clang-tidy] readability-redundant-declaration: fix false positive with C…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 31643 Build 31642: arc lint + arc unit
Please add a newline.