..
AnalyzerStatsChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
ArrayBoundChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
ArrayBoundCheckerV2.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
AttrNonNullChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
BasicObjCFoundationChecks.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
BoolAssignmentChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
BuiltinFunctionChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
CMakeLists.txt
[analyzer] New checker for missing super calls in UIViewController subclasses.
2012-10-30 01:21:35 +00:00
CStringChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
CStringSyntaxChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
CallAndMessageChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
CastSizeChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
CastToStructChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
CheckObjCDealloc.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
CheckObjCInstMethSignature.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
CheckSecuritySyntaxOnly.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
CheckSizeofPointer.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
CheckerDocumentation.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
Checkers.td
[analyzer] Check that the argument to CFMakeCollectable is non-NULL.
2012-11-07 17:12:37 +00:00
ChrootChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +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
Require that all static analyzer issues have a category. As part of this change,
2012-04-05 20:43:28 +00:00
CommonBugCategories.cpp
Require that all static analyzer issues have a category. As part of this change,
2012-04-05 20:43:28 +00:00
DeadStoresChecker.cpp
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code.
2012-12-01 15:09:41 +00:00
DebugCheckers.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
DereferenceChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
DirectIvarAssignment.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
DivZeroChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
DynamicTypePropagation.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
ExprInspectionChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
FixedAddressChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
GenericTaintChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
IdempotentOperationChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
InterCheckerAPI.h
[analyzer] Fix another false positive in the Malloc Checker, by making
2012-02-17 22:35:31 +00:00
IvarInvalidationChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
LLVMConventionsChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
MacOSKeychainAPIChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
MacOSXAPIChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
Makefile
Clang-side build system infrastructure for multiple tblgens.
2011-10-06 01:52:10 +00:00
MallocChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
MallocOverflowSecurityChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
MallocSizeofChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
NSAutoreleasePoolChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
NSErrorChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
NoReturnFunctionChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
ObjCAtSyncChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
ObjCContainersASTChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
ObjCContainersChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
ObjCMissingSuperCallChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
ObjCSelfInitChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
ObjCUnusedIVarsChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
PointerArithChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
PointerSubChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
PthreadLockChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
RetainCountChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
ReturnPointerRangeChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
ReturnUndefChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
SimpleStreamChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
StackAddrEscapeChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
StreamChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
TaintTesterChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
TraversalChecker.cpp
Include pruning and general cleanup.
2012-12-01 17:12:56 +00:00
UndefBranchChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
UndefCapturedBlockVarChecker.cpp
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code.
2012-12-01 15:09:41 +00:00
UndefResultChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
UndefinedArraySubscriptChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
UndefinedAssignmentChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
UnixAPIChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
UnreachableCodeChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
VLASizeChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00
VirtualCallChecker.cpp
Sort all of Clang's files under 'lib', and fix up the broken headers
2012-12-04 09:13:33 +00:00