aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/RValues.cpp
AgeCommit message (Expand)Author
2008-10-21Rename:Zhongxing Xu
2008-10-17This patch did the following renaming. There should be no functional changes.Zhongxing Xu
2008-10-17Remove lval::FieldOffset, lval::ArrayOffset. These will be replaced with regi...Ted Kremenek
2008-10-16This is the first step to build a better evaluation model for GRExprEngine. AZhongxing Xu
2008-10-04This is a big patch, but the functionality change is small and the rest of th...Ted Kremenek
2008-10-01Use LVal::IsLValType(T) instead of checking to see if the type is an "lvalue"...Ted Kremenek
2008-08-23adjust to changes in various APIs from LLVM. We can't printChris Lattner
2008-08-17various updates to match r54873 on mainline.Chris Lattner
2008-08-11More #include cleaningDaniel Dunbar
2008-07-18Fix 80 col violationTed Kremenek
2008-07-18Fix regression by explicitly checking if we are negating a SymIntConstantVal.Ted Kremenek
2008-04-30More cleanups with ObjCQualifiedIdType in the static analyzer.Ted Kremenek
2008-04-29Add lval::ArrayOffset, which represent the locations of entries in an array.Ted Kremenek
2008-04-29Added lval::FieldOffset, which represents symbolic lvalues for field offsets ...Ted Kremenek
2008-04-22Added lval type (and tracking) for StringLiterals.Ted Kremenek
2008-04-22Added "nonlval::LValAsInteger" to represent abstract LVals casted to integers...Ted Kremenek
2008-04-02simplify some code by using PointerLikeType.Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner