This is an archive of the discontinued LLVM Phabricator instance.

Adapt clang-tidy checks to changing semantics of hasDeclaration.
ClosedPublic

Authored by klimek on Aug 1 2017, 8:32 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

klimek created this revision.Aug 1 2017, 8:32 AM
bkramer added inline comments.Aug 1 2017, 9:10 AM
clang-tidy/google/StringReferenceMemberCheck.cpp
31 ↗(On Diff #109128)

I think this should be namedDecl too.

klimek updated this revision to Diff 109287.Aug 2 2017, 12:31 AM
klimek marked an inline comment as done.

Address review comment.

bkramer accepted this revision.Aug 2 2017, 1:21 AM

looks good

This revision is now accepted and ready to land.Aug 2 2017, 1:21 AM
This revision was automatically updated to reflect the committed changes.