summaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/FlowSensitive/Value.cpp
AgeCommit message (Expand)Author
2025-05-31[Analysis] Remove unused includes (NFC) (#142255)Kazu Hirata
2024-04-19[clang][nullability] Remove `RecordValue`. (#89052)martinboehme
2024-01-16[clang][dataflow] Fix bug in `Value` comparison. (#76746)Yitzhak Mandelbaum
2023-11-08Fix MSVC "not all control paths return a value" warning. NFC.Simon Pilgrim
2023-11-08[clang][dataflow] Expand debug dumping of `Value`s. (#71527)martinboehme
2023-07-27[clang][dataflow] Eliminate `ReferenceValue`.Martin Braenne
2023-01-19[clang][dataflow] Add (initial) debug printing for `Value` and `Environment`.Yitzhak Mandelbaum
2022-10-19[clang][dataflow] Add equivalence relation `Value` type.Yitzhak Mandelbaum