llvm-project/clang/lib/Checker
Douglas Gregor 0a5a2216e2 Eliminate the ASTContext parameter from RecordDecl::getDefinition()
and CXXRecordDecl::getDefinition(); it's totally unnecessary. No
functionality change.

llvm-svn: 95836
2010-02-11 01:04:33 +00:00
..
AdjustedReturnValueChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
ArrayBoundChecker.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
AttrNonNullChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
BasicConstraintManager.cpp
BasicObjCFoundationChecks.cpp Simplify another switch/strcmp construct. No functionality/performance change. 2010-02-08 19:51:59 +00:00
BasicObjCFoundationChecks.h
BasicStore.cpp BindInternal is redundant. Remove it. 2010-02-08 08:48:05 +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 Revert 95541. 2010-02-08 16:18:51 +00:00
BugReporterVisitors.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
BuiltinFunctionChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
CFRefCount.cpp Reapply r95546, no intended change in performance or functionality. 2010-02-08 18:38:55 +00:00
CMakeLists.txt static analyzer: handle casts of a function to a function pointer with 2010-02-04 00:47:48 +00:00
CallAndMessageChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
CallInliner.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
CastToStructChecker.cpp
CheckDeadStores.cpp Move 'LocalCheckers.h' to the 'Checkers' subdirectory. 2010-01-26 22:59:55 +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
CheckObjCUnusedIVars.cpp Move 'LocalCheckers.h' to the 'Checkers' subdirectory. 2010-01-26 22:59:55 +00:00
CheckSecuritySyntaxOnly.cpp Move 'LocalCheckers.h' to the 'Checkers' subdirectory. 2010-01-26 22:59:55 +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 Move 'include/Checkers/PathSensitive/Checkers' directory to 'include/Checkers'. 2010-01-26 22:56:15 +00:00
DivZeroChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
Environment.cpp
ExplodedGraph.cpp
FixedAddressChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
FlatStore.cpp Fix -Asserts warning. 2010-02-08 20:24:21 +00:00
GRBlockCounter.cpp
GRCoreEngine.cpp
GRExprEngine.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
GRExprEngineExperimentalChecks.cpp Move 'LocalCheckers.h' to the 'Checkers' subdirectory. 2010-01-26 22:59:55 +00:00
GRExprEngineExperimentalChecks.h
GRExprEngineInternalChecks.h static analyzer: handle casts of a function to a function pointer with 2010-02-04 00:47:48 +00:00
GRState.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
Makefile Add missing file. 2010-01-25 04:48:38 +00:00
MallocChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
ManagerRegistry.cpp
MemRegion.cpp Eliminate the ASTContext parameter from RecordDecl::getDefinition() 2010-02-11 01:04:33 +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 Revert 95541. 2010-02-08 16:18:51 +00:00
NoReturnFunctionChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
OSAtomicChecker.cpp Revert 95541. 2010-02-08 16:18:51 +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 Revert 95541. 2010-02-08 16:18:51 +00:00
PointerSubChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
PthreadLockChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
RangeConstraintManager.cpp
RegionStore.cpp Eliminate the ASTContext parameter from RecordDecl::getDefinition() 2010-02-11 01:04:33 +00:00
ReturnPointerRangeChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
ReturnStackAddressChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
ReturnUndefChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
SVals.cpp Change LazyCompoundVal to a <Store, MemRegion*> pair. We really don't need to 2010-02-05 02:26:30 +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
UndefBranchChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
UndefResultChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
UndefinedArraySubscriptChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
UndefinedAssignmentChecker.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
VLASizeChecker.cpp Revert 95541. 2010-02-08 16:18:51 +00:00
ValueManager.cpp