summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/GRState.cpp
Commit message (Expand)AuthorAgeFilesLines
* Augment retain/release checker to not warn about tracked objects passed as ar...Ted Kremenek2011-05-021-1/+15
* Change 'StoreRef' back to 'Store' in GRState, shrinking the size of GRState b...Ted Kremenek2011-02-191-3/+37
* Add 'StoreRef' smart pointer to allow more fine-grain memory lifetime control...Ted Kremenek2011-02-191-33/+31
* Makes most methods in SVals.h conform to the naming guide. ReviewedZhanyong Wan2011-02-161-1/+1
* Rename 'InvalidateRegions()' to 'invalidateRegions()'.Ted Kremenek2011-02-111-4/+4
* Allow the 'Eng' entry in GRStateManager to be a (possibly null) pointer inste...Ted Kremenek2011-02-111-9/+11
* Run ~GRState() when reclaiming GRStates.Ted Kremenek2011-02-101-0/+1
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-4/+4
* [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis2011-02-081-0/+571
OpenPOWER on IntegriCloud