Age | Commit message (Expand) | Author |
---|---|---|
2008-12-05 | Add SymbolRef::print() and have SymbolicRegion::print() use this method inste... | Ted Kremenek |
2008-12-05 | Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the... | Ted Kremenek |
2008-12-05 | Remove SymbolDataContentsOf (unused). | Ted Kremenek |
2008-11-19 | Add SymbolData for array elements and struct fields. | Zhongxing Xu |
2008-11-12 | Conjured symbols now bind to Stmt* instead of Expr*. | Ted Kremenek |
2008-10-01 | Add a QualType to ConjuredSymbol to represent the type and size of the symbol. | Ted Kremenek |
2008-08-13 | Initialize tracked local variables to undefined. | Ted Kremenek |
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |