This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Add `AnalysisInputs::withSolverFactory()`.
ClosedPublic

Authored by mboehme on Jul 10 2023, 4:55 AM.

Diff Detail

Event Timeline

mboehme created this revision.Jul 10 2023, 4:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2023, 4:55 AM
mboehme requested review of this revision.Jul 10 2023, 4:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2023, 4:55 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
sammccall accepted this revision.Jul 10 2023, 5:28 AM
sammccall added inline comments.
clang/unittests/Analysis/FlowSensitive/TestingSupport.h
180

(lambdas in headers make me slightly leery, this looks fine though)

This revision is now accepted and ready to land.Jul 10 2023, 5:28 AM

libcxx failure looks unrelated

This revision was landed with ongoing or failed builds.Jul 10 2023, 6:43 AM
This revision was automatically updated to reflect the committed changes.