This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Bug fix: `BuiltinFnToFnPtr` cast does not produce a pointer.
ClosedPublic

Authored by mboehme on Jul 5 2023, 12:47 AM.

Diff Detail

Event Timeline

mboehme created this revision.Jul 5 2023, 12:47 AM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme requested review of this revision.Jul 5 2023, 12:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2023, 12:47 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

See also

https://github.com/google/crubit/commit/381e2b904073a1c6490f1e1c323eb1b8e5b8595f

for a corresponding change in the Crubit nullability checker.

xazax.hun accepted this revision.Jul 5 2023, 3:08 AM
This revision is now accepted and ready to land.Jul 5 2023, 3:08 AM

Pre-merge failure looks unrelated

This revision was landed with ongoing or failed builds.Jul 5 2023, 11:56 PM
This revision was automatically updated to reflect the committed changes.