hanchenye-llvm-project/clang/lib/Checker
Benjamin Kramer c048322523 Checker: random include cleanup.
llvm-svn: 99731
2010-03-27 21:19:47 +00:00
..
AdjustedReturnValueChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
AggExprVisitor.cpp Add a AggExprVisitor class. It contains lots of boiler 2010-03-23 07:32:14 +00:00
ArrayBoundChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
AttrNonNullChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
BasicConstraintManager.cpp
BasicObjCFoundationChecks.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
BasicObjCFoundationChecks.h
BasicStore.cpp Mark CXXThisRegion in the current or parent stack frame context as live so that 2010-03-17 03:35:08 +00:00
BasicValueFactory.cpp Change LazyCompoundVal to a <Store, MemRegion*> pair. We really don't need to 2010-02-05 02:26:30 +00:00
BugReporter.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
BugReporterVisitors.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
BuiltinFunctionChecker.cpp Remove #include. 2010-02-25 00:20:28 +00:00
CFRefCount.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
CMakeLists.txt update CMakeLists.txt 2010-03-23 08:14:19 +00:00
CallAndMessageChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
CallInliner.cpp Use getBody() to get the function definition when the decl referenced is not 2010-02-28 06:39:11 +00:00
CastToStructChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
CheckDeadStores.cpp Tweak dead stores checker to not emit a warning when initialization 2010-03-18 01:22:39 +00:00
CheckObjCDealloc.cpp Move 'LocalCheckers.h' to the 'Checkers' subdirectory. 2010-01-26 22:59:55 +00:00
CheckObjCInstMethSignature.cpp Move 'LocalCheckers.h' to the 'Checkers' subdirectory. 2010-01-26 22:59:55 +00:00
CheckSecuritySyntaxOnly.cpp Use llvm::SmallString instead of std::string. 2010-03-24 22:39:47 +00:00
CheckSizeofPointer.cpp Move 'LocalCheckers.h' to the 'Checkers' subdirectory. 2010-01-26 22:59:55 +00:00
Checker.cpp
CocoaConventions.cpp Reapply r95546, no intended change in performance or functionality. 2010-02-08 18:38:55 +00:00
DereferenceChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
DivZeroChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
Environment.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
ExplodedGraph.cpp
FixedAddressChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
FlatStore.cpp Mark CXXThisRegion in the current or parent stack frame context as live so that 2010-03-17 03:35:08 +00:00
GRBlockCounter.cpp Since we now may have basicblocks with the same block is in different function, 2010-03-23 05:05:02 +00:00
GRCoreEngine.cpp Since we now may have basicblocks with the same block is in different function, 2010-03-23 05:05:02 +00:00
GRExprEngine.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
GRExprEngineExperimentalChecks.cpp Move 'LocalCheckers.h' to the 'Checkers' subdirectory. 2010-01-26 22:59:55 +00:00
GRExprEngineExperimentalChecks.h
GRExprEngineInternalChecks.h Add MacOSXAPIChecker, a meta checker to include various precondition checks for calls 2010-02-25 05:44:09 +00:00
GRState.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
LLVMConventionsChecker.cpp clang::Attr objects should be treated as AST nodes as well by 2010-02-14 22:58:16 +00:00
MacOSXAPIChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
Makefile Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
MallocChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
ManagerRegistry.cpp
MemRegion.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
NSAutoreleasePoolChecker.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
NSErrorChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
NoReturnFunctionChecker.cpp Fix NoReturnFunctionChecker to properly look at a function's type 2010-03-26 22:57:13 +00:00
OSAtomicChecker.cpp Remove stray #include. 2010-02-25 00:20:31 +00:00
ObjCUnusedIVarsChecker.cpp Enhance the unused ivar checker to not consider an ivar to be accidentally unused 2010-02-25 03:26:55 +00:00
PathDiagnostic.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
PointerArithChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
PointerSubChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
PthreadLockChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
RangeConstraintManager.cpp
RegionStore.cpp Bind the constructed object value to CXXConstructExpr. 2010-03-23 09:13:17 +00:00
ReturnPointerRangeChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
ReturnStackAddressChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
ReturnUndefChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
SVals.cpp Add use-after-free check to MallocChecker. 2010-03-10 04:58:55 +00:00
SValuator.cpp Cast evaluation no longer touch GRState. 2010-02-04 04:56:43 +00:00
SimpleConstraintManager.cpp
SimpleConstraintManager.h
SimpleSValuator.cpp Remove unused parameter. 2010-02-05 05:24:20 +00:00
Store.cpp Eliminate the ASTContext parameter from RecordDecl::getDefinition() 2010-02-11 01:04:33 +00:00
SymbolManager.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
UndefBranchChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
UndefCapturedBlockVarChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
UndefResultChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
UndefinedArraySubscriptChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
UndefinedAssignmentChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
UnixAPIChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
VLASizeChecker.cpp Checker: random include cleanup. 2010-03-27 21:19:47 +00:00
ValueManager.cpp Since now we store the cast type with an ElementRegion, there is 2010-03-01 06:56:52 +00:00