summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/SVals.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-355/+0
* [analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis2010-12-221-1/+1
* Merge ValueManager into SValBuilder.Ted Kremenek2010-12-021-6/+7
* Rename all 'EvalXXX' methods in libChecker toTed Kremenek2010-12-011-3/+3
* Disallow the use of UnknownVal as the index for ElementRegions. UnknownVals ...Ted Kremenek2010-09-151-1/+1
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-2/+2
* Remove a special case for OSAtomic functions. We can already bind and retrieveZhongxing Xu2010-08-211-0/+3
* Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope...Tom Care2010-07-061-3/+7
* Fix -Wcast-qual warnings.Dan Gohman2010-04-191-1/+2
* Add use-after-free check to MallocChecker.Zhongxing Xu2010-03-101-0/+19
* Change LazyCompoundVal to a <Store, MemRegion*> pair. We really don't need toZhongxing Xu2010-02-051-3/+3
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+327
OpenPOWER on IntegriCloud