.. |
AdjustedReturnValueChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
AnalyzerStatsChecker.cpp
|
Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn't know how to handle a specific Expr type.
|
2011-04-02 02:56:23 +00:00 |
ArrayBoundChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
ArrayBoundCheckerV2.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
AttrNonNullChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
BasicObjCFoundationChecks.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +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] 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 |
CStringChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
CallAndMessageChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
CastSizeChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
CastToStructChecker.cpp
|
[analyzer] Rename CheckerV2 -> Checker.
|
2011-03-01 01:16:21 +00:00 |
CheckObjCDealloc.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 |
CheckObjCInstMethSignature.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 |
CheckSecuritySyntaxOnly.cpp
|
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
2011-07-23 10:55:15 +00:00 |
CheckSizeofPointer.cpp
|
Add support for the OpenCL vec_step operator, by generalising and
|
2011-03-11 19:24:49 +00:00 |
Checkers.td
|
MacOSKeychainAPIChecker: Turn it on by default.
|
2011-08-16 20:02:05 +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
|
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 |
DebugCheckers.cpp
|
[analyzer] Rename CheckerV2 -> Checker.
|
2011-03-01 01:16:21 +00:00 |
DereferenceChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
DivZeroChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
FixedAddressChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
IdempotentOperationChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
IteratorsChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
LLVMConventionsChecker.cpp
|
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
2011-07-23 10:55:15 +00:00 |
MacOSKeychainAPIChecker.cpp
|
MacOSKeychainAPIChecker: Do not report double allocation if first allocation returned an error.
|
2011-08-16 16:30:24 +00:00 |
MacOSXAPIChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
Makefile
|
[analyzer] Reflect changes for tablegen'ing the checkers.
|
2011-02-15 07:42:38 +00:00 |
MallocChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
MallocOverflowSecurityChecker.cpp
|
[analyzer] Introduce MallocOverflowSecurityChecker, a simple flow-sensitive checker that may be useful for security auditing. This checker is currently too noisy to be on by default.
|
2011-08-03 20:17:43 +00:00 |
NSAutoreleasePoolChecker.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 |
NSErrorChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
NoReturnFunctionChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +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
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
ObjCSelfInitChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
ObjCUnusedIVarsChecker.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 |
PointerArithChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
PointerSubChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
PthreadLockChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
ReturnPointerRangeChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
ReturnUndefChecker.cpp
|
[analyzer] Rename CheckerV2 -> Checker.
|
2011-03-01 01:16:21 +00:00 |
StackAddrEscapeChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +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
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
UndefCapturedBlockVarChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
UndefResultChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
UndefinedArraySubscriptChecker.cpp
|
[analyzer] Rename CheckerV2 -> Checker.
|
2011-03-01 01:16:21 +00:00 |
UndefinedAssignmentChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
UnixAPIChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |
UnreachableCodeChecker.cpp
|
[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to be linearized only when used by the static analyzer. This required a rewrite of LiveVariables, and exposed a ton of subtle bugs.
|
2011-07-28 23:07:59 +00:00 |
VLASizeChecker.cpp
|
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
2011-08-15 22:09:50 +00:00 |