summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/GRExprEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert 95541.Ted Kremenek2010-02-081-48/+46
* Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu2010-02-081-46/+48
* Cast evaluation no longer touch GRState.Zhongxing Xu2010-02-041-10/+7
* static analyzer: handle casts of a function to a function pointer withTed Kremenek2010-02-041-0/+1
* Fix bug in GRExprEngine::VisitSizeOfAlignOfExpr() where we do not addTed Kremenek2010-02-021-0/+2
* Use getTypeAlignInChars() for alignment in VisitSizeOfAlignOfExpr().Ken Dyck2010-01-271-1/+1
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+3325
OpenPOWER on IntegriCloud