hanchenye-llvm-project/clang/lib/StaticAnalyzer/Core
Benjamin Kramer 8407df72a3 Make helper functions static. NFC.
Found by -Wmissing-prototypes.

llvm-svn: 231668
2015-03-09 16:47:52 +00:00
..
APSIntType.cpp
AnalysisManager.cpp Add support for the static analyzer to synthesize function implementations from external model files. 2014-08-27 15:14:15 +00:00
AnalyzerOptions.cpp [analyzer] Individual configuration options can be specified for checkers. 2015-03-04 17:59:34 +00:00
BasicValueFactory.cpp
BlockCounter.cpp
BugReporter.cpp Prefer SmallVector::append/insert over push_back loops. Clang edition. 2015-02-17 16:48:30 +00:00
BugReporterVisitors.cpp Update APIs that return a pair of iterators to return an iterator_range instead. 2015-02-06 17:25:10 +00:00
CMakeLists.txt
CallEvent.cpp Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created. 2014-08-27 06:28:36 +00:00
Checker.cpp Analyzer: Replace a set of particularly ugly faux variadics. 2015-02-15 20:11:07 +00:00
CheckerContext.cpp
CheckerHelpers.cpp
CheckerManager.cpp
CheckerRegistry.cpp
CommonBugCategories.cpp
ConstraintManager.cpp
CoreEngine.cpp Simplify ownership of ExplodedGraph in the CoreEngine by removing unique_ptr indirection. 2014-08-08 23:36:37 +00:00
Environment.cpp
ExplodedGraph.cpp Reduce double set lookups. NFC. 2014-10-10 15:32:48 +00:00
ExprEngine.cpp [analyzer] Relax an assertion in VisitLvalArraySubscriptExpr 2015-02-05 01:02:59 +00:00
ExprEngineC.cpp Test commit, no changes. 2015-01-20 09:47:57 +00:00
ExprEngineCXX.cpp
ExprEngineCallAndReturn.cpp
ExprEngineObjC.cpp
FunctionSummary.cpp
HTMLDiagnostics.cpp [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py 2015-01-14 11:29:14 +00:00
Makefile
MemRegion.cpp Update APIs that return a pair of iterators to return an iterator_range instead. 2015-02-06 17:25:10 +00:00
PathDiagnostic.cpp unique_ptrify PathDiagnosticConsumer::HandlePathDiagnostic 2014-08-29 20:06:10 +00:00
PlistDiagnostics.cpp [Static Analyzer] The name of the checker that reports a bug is added 2015-02-09 22:52:26 +00:00
PrettyStackTraceLocationContext.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
ProgramState.cpp unique_ptrify the result of ConstraintManagerCreator and StoreManagerCreator 2014-09-04 23:54:37 +00:00
RangeConstraintManager.cpp unique_ptrify the result of ConstraintManagerCreator and StoreManagerCreator 2014-09-04 23:54:37 +00:00
RegionStore.cpp Make helper functions static. NFC. 2015-03-09 16:47:52 +00:00
SValBuilder.cpp
SVals.cpp
SimpleConstraintManager.cpp
SimpleConstraintManager.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
SimpleSValBuilder.cpp
Store.cpp [analyzer] Refactor and cleanup IsCompleteType 2014-10-03 21:49:03 +00:00
SubEngine.cpp
SymbolManager.cpp