Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unweaken vtables as per ↵ | David Blaikie | 2011-12-20 | 1 | -0/+2 |
| | | | | | | http://llvm.org/docs/CodingStandards.html#ll_virtual_anch llvm-svn: 146959 | ||||
* | Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ↵ | Ted Kremenek | 2011-10-24 | 1 | -1/+1 |
| | | | | | | accurate, but it frees up the name AnalysisContext for other uses. llvm-svn: 142782 | ||||
* | Pull TopologicallySortedCFG out of LiveVariables into its own analysis: ↵ | Ted Kremenek | 2011-10-22 | 1 | -0/+47 |
PostOrderCFGView. llvm-svn: 142713 |