diff options
author | Weverything <rtrieu@google.com> | 2020-05-07 18:47:19 -0700 |
---|---|---|
committer | Weverything <rtrieu@google.com> | 2020-05-07 19:20:08 -0700 |
commit | 4ae537c2220f5064fdc914348dabe70eb10eef85 (patch) | |
tree | 25b8dd08bff52c9d65f1bb857556a4ecea430fbb /llvm/lib/Support/CachePruning.cpp | |
parent | 771d30c6470c63186a71b78a0ce0a9b1698bf6fd (diff) | |
download | llvm-4ae537c2220f5064fdc914348dabe70eb10eef85.zip llvm-4ae537c2220f5064fdc914348dabe70eb10eef85.tar.gz llvm-4ae537c2220f5064fdc914348dabe70eb10eef85.tar.bz2 |
Fix false positive with -Wnon-c-typedef-for-linkage
Implicit methods for structs can confuse the warning, so exclude checking
the Decl's that are implicit. Implicit Decl's for lambdas still need to
be checked, so skipping all implicit Decl's won't work.
Differential Revision: https://reviews.llvm.org/D79548
Diffstat (limited to 'llvm/lib/Support/CachePruning.cpp')
0 files changed, 0 insertions, 0 deletions