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