diff options
| author | Matthias Gehre <M.Gehre@gmx.de> | 2019-05-13 19:21:57 +0000 |
|---|---|---|
| committer | Matthias Gehre <M.Gehre@gmx.de> | 2019-05-13 19:21:57 +0000 |
| commit | 5f9afe953deabd919da9d6aff88d9e3480d8d1f2 (patch) | |
| tree | a12cbf493279d8704c683023df3fb50f1b7178b7 /llvm/utils/FileCheck/FileCheck.cpp | |
| parent | ae54fc9f0422ed541e4f3197fb2a3538af7f1ab9 (diff) | |
| download | bcm5719-llvm-5f9afe953deabd919da9d6aff88d9e3480d8d1f2.tar.gz bcm5719-llvm-5f9afe953deabd919da9d6aff88d9e3480d8d1f2.zip | |
[clang-tidy] readability-redundant-declaration: fix false positive with C "extern inline"
Summary:
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++).
Reviewers: alexfh, danielmarjamaki
Subscribers: xazax.hun, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D61700
llvm-svn: 360613
Diffstat (limited to 'llvm/utils/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions

