summaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/FlowSensitive/Logger.cpp
AgeCommit message (Expand)Author
2024-03-19[clang][dataflow][NFC] Rename `ControlFlowContext` to `AdornedCFG`. (#85640)martinboehme
2023-09-20[clang][dataflow] Identify post-visit state changes in the HTML logger. (#66746)martinboehme
2023-08-03[clang][dataflow] In `ControlFlowContext`, handle `Decl` by reference instead...Martin Braenne
2023-03-23[FlowSensitive] Log analysis progress for debugging purposesSam McCall