summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/GRState.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Recycle memory for GRStates that are never referencedTed Kremenek2011-01-251-4/+24
| | | | | | | | by ExplodedNodes. This leads to about a 4-8% reduction in memory footprint when analyzing functions in sqlite3. llvm-svn: 124214
* Rename 'RemoveDeadBindings()' to 'removeDeadBindings()'Ted Kremenek2011-01-141-4/+4
| | | | llvm-svn: 123460
* Rename 'EnterStackFrame()' to 'enterStackFrame()'.Ted Kremenek2011-01-141-2/+2
| | | | llvm-svn: 123459
* Rename misc. methods in GRSubEngine to startTed Kremenek2011-01-111-4/+4
| | | | | | with a lower-case letter. No functionality change. llvm-svn: 123211
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-231-0/+551
layout. :) Rename the 'EntoSA' directories to 'StaticAnalyzer'. Internally we will still use the 'ento' namespace for the analyzer engine (unless there are further sabre rattlings...). llvm-svn: 122514
OpenPOWER on IntegriCloud