llvm-project/clang/lib/StaticAnalyzer/Core
Ted Kremenek b1ca33fde5 Convert ProgramStateRef to a smart pointer for managing the reference counts of ProgramStates. This leads to a slight memory
improvement, and a simplification of the logic for managing ProgramState objects.

llvm-svn: 149311
2012-01-31 00:57:20 +00:00
..
AggExprVisitor.cpp Switch assert(0/false) llvm_unreachable. 2011-09-23 05:06:16 +00:00
AnalysisManager.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
BasicConstraintManager.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
BasicValueFactory.cpp Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer and libStaticAnalyzer[*]. It was highly inconsistent, and very ugly to look at. 2011-08-12 23:37:29 +00:00
BlockCounter.cpp Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer and libStaticAnalyzer[*]. It was highly inconsistent, and very ugly to look at. 2011-08-12 23:37:29 +00:00
BugReporter.cpp StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers that don't care about the language don't have to pull in all the headers. 2012-01-28 12:06:22 +00:00
BugReporterVisitors.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
CMakeLists.txt Update the CMake build for r146959's new files. 2011-12-20 08:42:15 +00:00
Checker.cpp Convert ProgramStateRef to a smart pointer for managing the reference counts of ProgramStates. This leads to a slight memory 2012-01-31 00:57:20 +00:00
CheckerContext.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
CheckerHelpers.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
CheckerManager.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
CheckerRegistry.cpp [analyzer] Ensure that the order in which checker callbacks are called 2011-12-15 01:36:04 +00:00
CoreEngine.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
Environment.cpp StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers that don't care about the language don't have to pull in all the headers. 2012-01-28 12:06:22 +00:00
ExplodedGraph.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
ExprEngine.cpp Convert ProgramStateRef to a smart pointer for managing the reference counts of ProgramStates. This leads to a slight memory 2012-01-31 00:57:20 +00:00
ExprEngineC.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
ExprEngineCXX.cpp StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers that don't care about the language don't have to pull in all the headers. 2012-01-28 12:06:22 +00:00
ExprEngineCallAndReturn.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
ExprEngineObjC.cpp StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers that don't care about the language don't have to pull in all the headers. 2012-01-28 12:06:22 +00:00
HTMLDiagnostics.cpp Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the reports are batched up before being flushed 2012-01-25 23:47:14 +00:00
Makefile
MemRegion.cpp StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers that don't care about the language don't have to pull in all the headers. 2012-01-28 12:06:22 +00:00
ObjCMessage.cpp [analyzer] Make the entries in 'Environment' context-sensitive by making entries map from 2012-01-06 22:09:28 +00:00
PathDiagnostic.cpp Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the reports are batched up before being flushed 2012-01-25 23:47:14 +00:00
PlistDiagnostics.cpp Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the reports are batched up before being flushed 2012-01-25 23:47:14 +00:00
ProgramState.cpp Convert ProgramStateRef to a smart pointer for managing the reference counts of ProgramStates. This leads to a slight memory 2012-01-31 00:57:20 +00:00
RangeConstraintManager.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
RegionStore.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
SValBuilder.cpp StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers that don't care about the language don't have to pull in all the headers. 2012-01-28 12:06:22 +00:00
SVals.cpp Remove unnecessary default cases in switches over enums. 2012-01-17 02:30:50 +00:00
SimpleConstraintManager.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
SimpleConstraintManager.h Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
SimpleSValBuilder.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
Store.cpp StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers that don't care about the language don't have to pull in all the headers. 2012-01-28 12:06:22 +00:00
SubEngine.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
SymbolManager.cpp [analyzer] Make the entries in 'Environment' context-sensitive by making entries map from 2012-01-06 22:09:28 +00:00
TextPathDiagnostics.cpp Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the reports are batched up before being flushed 2012-01-25 23:47:14 +00:00