summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/RValues.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename:Zhongxing Xu2008-10-211-399/+0
* This patch did the following renaming. There should be no functional changes.Zhongxing Xu2008-10-171-122/+122
* Remove lval::FieldOffset, lval::ArrayOffset. These will be replaced with regi...Ted Kremenek2008-10-171-51/+3
* This is the first step to build a better evaluation model for GRExprEngine. AZhongxing Xu2008-10-161-0/+1
* This is a big patch, but the functionality change is small and the rest of th...Ted Kremenek2008-10-041-13/+12
* Use LVal::IsLValType(T) instead of checking to see if the type is an "lvalue"...Ted Kremenek2008-10-011-1/+1
* adjust to changes in various APIs from LLVM. We can't printChris Lattner2008-08-231-3/+4
* various updates to match r54873 on mainline.Chris Lattner2008-08-171-4/+3
* More #include cleaningDaniel Dunbar2008-08-111-0/+1
* Fix 80 col violationTed Kremenek2008-07-181-5/+5
* Fix regression by explicitly checking if we are negating a SymIntConstantVal.Ted Kremenek2008-07-181-0/+14
* More cleanups with ObjCQualifiedIdType in the static analyzer.Ted Kremenek2008-04-301-1/+2
* Add lval::ArrayOffset, which represent the locations of entries in an array.Ted Kremenek2008-04-291-0/+9
* Added lval::FieldOffset, which represents symbolic lvalues for field offsets ...Ted Kremenek2008-04-291-1/+14
* Added lval type (and tracking) for StringLiterals.Ted Kremenek2008-04-221-0/+10
* Added "nonlval::LValAsInteger" to represent abstract LVals casted to integers...Ted Kremenek2008-04-221-1/+12
* simplify some code by using PointerLikeType.Chris Lattner2008-04-021-3/+2
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+389
OpenPOWER on IntegriCloud