aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/DataFlowAnalysisIntro.md
AgeCommit message (Collapse)AuthorFilesLines
2022-03-07[analyzer][NFC] Merge similar conditional pathsphyBrackets1-1/+1
Reviewed By: aaron.ballman, steakhal Differential Revision: https://reviews.llvm.org/D121045
2021-12-06[clang][docs][dataflow] Added an introduction to dataflow analysisDmitri Gribenko1-0/+1000
This documentation supports the dataflow analysis framework (see "[RFC] A dataflow analysis framework for Clang AST" on cfe-dev). Since the implementation of the framework has not been committed yet, right now the doc describes dataflow analysis in general. Since this is the first markdown document in clang/docs, I added support for Markdown to clang/docs/conf.py in the same way as it is done in llvm/docs. Reviewed By: xazax.hun Differential Revision: https://reviews.llvm.org/D114231