aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/SymbolManager.cpp
AgeCommit message (Expand)Author
2008-11-19Add SymbolData for array elements and struct fields.Zhongxing Xu
2008-11-12Conjured symbols now bind to Stmt* instead of Expr*.Ted Kremenek
2008-10-01Add a QualType to ConjuredSymbol to represent the type and size of the symbol.Ted Kremenek
2008-08-13Initialize tracked local variables to undefined.Ted Kremenek
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner