.. |
AdjustedReturnValueChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
AnalyzerStatsChecker.cpp
|
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation.
|
2011-09-20 21:38:35 +00:00 |
ArrayBoundChecker.cpp
|
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
|
2011-08-17 23:00:25 +00:00 |
ArrayBoundCheckerV2.cpp
|
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
|
2011-08-17 23:00:25 +00:00 |
AttrNonNullChecker.cpp
|
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*).
|
2011-08-19 22:33:38 +00:00 |
BasicObjCFoundationChecks.cpp
|
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
|
2011-09-02 08:02:59 +00:00 |
BuiltinFunctionChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
CMakeLists.txt
|
[analyzer] Move RetainReleaseChecker to the Checkers library and rename it to RetainCountChecker...and clean up the file while I'm at it.
|
2011-09-02 06:44:22 +00:00 |
CStringChecker.cpp
|
[analyzer] Change the check::RegionChanges callback to include the regions explicitly requested for invalidation.
|
2011-08-27 22:51:26 +00:00 |
CallAndMessageChecker.cpp
|
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
|
2011-09-02 08:02:59 +00:00 |
CastSizeChecker.cpp
|
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
|
2011-08-17 23:00:25 +00:00 |
CastToStructChecker.cpp
|
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
|
2011-08-17 23:00:25 +00:00 |
CheckObjCDealloc.cpp
|
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation.
|
2011-09-20 21:38:35 +00:00 |
CheckObjCInstMethSignature.cpp
|
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation.
|
2011-09-20 21:38:35 +00:00 |
CheckSecuritySyntaxOnly.cpp
|
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation.
|
2011-09-20 21:38:35 +00:00 |
CheckSizeofPointer.cpp
|
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation.
|
2011-09-20 21:38:35 +00:00 |
Checkers.td
|
[analyzer] Move the knowledge of whether or not GC is enabled for the current analysis from CFRefCount to ExprEngine.
|
2011-09-02 05:55:19 +00:00 |
ChrootChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
ClangCheckers.cpp
|
[analyzer] Overhaul of checker registration in preparation for basic plugin support. Removes support for checker groups (we can add them back in later if we decide they are still useful), and -analyzer-checker-help output is a little worse for the time being (no packages).
|
2011-08-16 21:24:21 +00:00 |
ClangSACheckers.h
|
[analyzer] Overhaul of checker registration in preparation for basic plugin support. Removes support for checker groups (we can add them back in later if we decide they are still useful), and -analyzer-checker-help output is a little worse for the time being (no packages).
|
2011-08-16 21:24:21 +00:00 |
DeadStoresChecker.cpp
|
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation.
|
2011-09-20 21:38:35 +00:00 |
DebugCheckers.cpp
|
[analyzer] Rename CheckerV2 -> Checker.
|
2011-03-01 01:16:21 +00:00 |
DereferenceChecker.cpp
|
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*).
|
2011-08-19 22:33:38 +00:00 |
DivZeroChecker.cpp
|
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*).
|
2011-08-19 22:33:38 +00:00 |
FixedAddressChecker.cpp
|
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
|
2011-08-17 23:00:25 +00:00 |
IdempotentOperationChecker.cpp
|
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*).
|
2011-08-19 22:33:38 +00:00 |
IteratorsChecker.cpp
|
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
|
2011-08-17 23:00:25 +00:00 |
LLVMConventionsChecker.cpp
|
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation.
|
2011-09-20 21:38:35 +00:00 |
MacOSKeychainAPIChecker.cpp
|
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation of SourceLocations (commit 2 of ?):
|
2011-09-15 01:08:34 +00:00 |
MacOSXAPIChecker.cpp
|
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
|
2011-08-17 23:00:25 +00:00 |
Makefile
|
[analyzer] Reflect changes for tablegen'ing the checkers.
|
2011-02-15 07:42:38 +00:00 |
MallocChecker.cpp
|
If size was equal to 0, either NULL or a pointer suitable to be passed to
|
2011-09-01 04:53:59 +00:00 |
MallocOverflowSecurityChecker.cpp
|
Fix a crash in MallocOverflowSecurityChecker. Patch by Lei Zhang.
|
2011-09-27 22:25:01 +00:00 |
NSAutoreleasePoolChecker.cpp
|
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation.
|
2011-09-20 21:38:35 +00:00 |
NSErrorChecker.cpp
|
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation.
|
2011-09-20 21:38:35 +00:00 |
NoReturnFunctionChecker.cpp
|
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
|
2011-09-02 08:02:59 +00:00 |
OSAtomicChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
ObjCAtSyncChecker.cpp
|
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*).
|
2011-08-19 22:33:38 +00:00 |
ObjCSelfInitChecker.cpp
|
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
|
2011-09-02 08:02:59 +00:00 |
ObjCUnusedIVarsChecker.cpp
|
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation.
|
2011-09-20 21:38:35 +00:00 |
PointerArithChecker.cpp
|
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
|
2011-08-17 23:00:25 +00:00 |
PointerSubChecker.cpp
|
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
|
2011-08-17 23:00:25 +00:00 |
PthreadLockChecker.cpp
|
Fix comment typo.
|
2011-09-24 03:04:03 +00:00 |
RetainCountChecker.cpp
|
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation.
|
2011-09-20 21:38:35 +00:00 |
ReturnPointerRangeChecker.cpp
|
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
|
2011-08-17 23:00:25 +00:00 |
ReturnUndefChecker.cpp
|
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*).
|
2011-08-19 22:33:38 +00:00 |
StackAddrEscapeChecker.cpp
|
Switch assert(0/false) llvm_unreachable.
|
2011-09-23 05:06:16 +00:00 |
StreamChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
UndefBranchChecker.cpp
|
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*).
|
2011-08-19 22:33:38 +00:00 |
UndefCapturedBlockVarChecker.cpp
|
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*).
|
2011-08-19 22:33:38 +00:00 |
UndefResultChecker.cpp
|
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*).
|
2011-08-19 22:33:38 +00:00 |
UndefinedArraySubscriptChecker.cpp
|
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*).
|
2011-08-19 22:33:38 +00:00 |
UndefinedAssignmentChecker.cpp
|
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*).
|
2011-08-19 22:33:38 +00:00 |
UnixAPIChecker.cpp
|
Extend the ASTContext constructor to delay the initialization of
|
2011-09-02 00:18:52 +00:00 |
UnreachableCodeChecker.cpp
|
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation.
|
2011-09-20 21:38:35 +00:00 |
VLASizeChecker.cpp
|
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*).
|
2011-08-19 22:33:38 +00:00 |