aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/GRExprEngine.cpp
AgeCommit message (Expand)Author
2010-02-08Revert 95541.Ted Kremenek
2010-02-08Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu
2010-02-04Cast evaluation no longer touch GRState.Zhongxing Xu
2010-02-04static analyzer: handle casts of a function to a function pointer withTed Kremenek
2010-02-02Fix bug in GRExprEngine::VisitSizeOfAlignOfExpr() where we do not addTed Kremenek
2010-01-27Use getTypeAlignInChars() for alignment in VisitSizeOfAlignOfExpr().Ken Dyck
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek