summaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/CFGStmtMap.cpp
AgeCommit message (Expand)Author
2025-07-01[Analysis] Use range-based for loops (NFC) (#146466)Kazu Hirata
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata
2019-05-24[CFG] NFC: Remove implicit conversion from CFGTerminator to Stmt *.Artem Dergachev
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2014-05-20[C++11] Use 'nullptr'. Analysis edition.Craig Topper
2013-02-23Remove the CFGElement "Invalid" state.David Blaikie
2013-02-21Replace CFGElement llvm::cast support to be well-defined.David Blaikie
2011-08-23Constify the result of CFGStmt::getStmt().Ted Kremenek
2011-03-01In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p...Ted Kremenek
2010-09-16Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patchZhongxing Xu
2010-08-11Fix a bug where child statements could not be identified as being in a CFGBlo...Tom Care
2010-08-05Remove bonehead redeclaration.Ted Kremenek
2010-08-04Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*. The immedia...Ted Kremenek