This is an archive of the discontinued LLVM Phabricator instance.

[clang] Use the appropriate definition when checking FunctionDecl::isInlineBuiltinDeclaration
ClosedPublic

Authored by serge-sans-paille on May 30 2023, 11:17 PM.

Details

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMay 30 2023, 11:17 PM
serge-sans-paille requested review of this revision.May 30 2023, 11:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 30 2023, 11:17 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
mstorsjo accepted this revision.May 31 2023, 2:11 AM

LGTM, thanks!

I'm not familiar with the code in question to know whether this really is the right thing to do etc, but this fixes my testcase (both the reduced one and the full one).

This revision is now accepted and ready to land.May 31 2023, 2:11 AM