.. |
AllocationDiagnostics.cpp
|
[analyzer] Add experimental option "leak-diagnostics-reference-allocation".
|
2013-04-16 21:44:22 +00:00 |
AllocationDiagnostics.h
|
[analyzer] Add experimental option "leak-diagnostics-reference-allocation".
|
2013-04-16 21:44:22 +00:00 |
AnalyzerStatsChecker.cpp
|
Expose the name of the checker producing each diagnostic message.
|
2014-02-11 21:49:21 +00:00 |
ArrayBoundChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
ArrayBoundCheckerV2.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
BasicObjCFoundationChecks.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
BoolAssignmentChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
BuiltinFunctionChecker.cpp
|
Omit arguments of __builtin_object_size from the CFG.
|
2013-08-19 16:27:28 +00:00 |
CMakeLists.txt
|
[CMake] Use LINK_LIBS instead of target_link_libraries().
|
2014-02-26 06:41:29 +00:00 |
CStringChecker.cpp
|
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterator_range decls(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-14 17:01:24 +00:00 |
CStringSyntaxChecker.cpp
|
Expose the name of the checker producing each diagnostic message.
|
2014-02-11 21:49:21 +00:00 |
CallAndMessageChecker.cpp
|
[analyzer] Warn when passing pointers to const but uninitialized memory.
|
2014-03-13 17:55:39 +00:00 |
CastSizeChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
CastToStructChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
CheckObjCDealloc.cpp
|
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_end() with iterator_range property_impls(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-14 15:02:45 +00:00 |
CheckObjCInstMethSignature.cpp
|
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_end() with iterator_range instance_methods(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-13 19:50:17 +00:00 |
CheckSecuritySyntaxOnly.cpp
|
Expose the name of the checker producing each diagnostic message.
|
2014-02-11 21:49:21 +00:00 |
CheckSizeofPointer.cpp
|
Expose the name of the checker producing each diagnostic message.
|
2014-02-11 21:49:21 +00:00 |
CheckerDocumentation.cpp
|
Fix comment type pointed out by Kim Gräsman.
|
2013-05-25 02:22:10 +00:00 |
Checkers.td
|
[analyzer] Warn when passing pointers to const but uninitialized memory.
|
2014-03-13 17:55:39 +00:00 |
ChrootChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +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] Replace bug category magic strings with shared constants, take 2.
|
2013-10-04 00:25:24 +00:00 |
DeadStoresChecker.cpp
|
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterator_range decls(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-14 17:01:24 +00:00 |
DebugCheckers.cpp
|
[C++11] Revert uses of lambdas with array_pod_sort.
|
2014-03-07 21:51:58 +00:00 |
DereferenceChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
DirectIvarAssignment.cpp
|
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_end() with iterator_range instance_methods(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-13 19:50:17 +00:00 |
DivZeroChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
DynamicTypePropagation.cpp
|
StaticAnalyzer/Checkers/DynamicTypePropagation.cpp: Fix in comments. 80-col and an utf8 char.
|
2013-10-28 04:14:33 +00:00 |
ExprInspectionChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
FixedAddressChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
GenericTaintChecker.cpp
|
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_end() with iterator_range specific_attrs(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-10 17:08:28 +00:00 |
IdenticalExprChecker.cpp
|
[analyzer] Check all conditions in a chained if against each other.
|
2014-03-11 16:52:29 +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
|
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_end() with iterator_range protocols(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-13 22:58:06 +00:00 |
LLVMConventionsChecker.cpp
|
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterator_range decls(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-14 17:01:24 +00:00 |
MacOSKeychainAPIChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
MacOSXAPIChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
Makefile
|
Clang-side build system infrastructure for multiple tblgens.
|
2011-10-06 01:52:10 +00:00 |
MallocChecker.cpp
|
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_end() with iterator_range specific_attrs(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-10 17:08:28 +00:00 |
MallocOverflowSecurityChecker.cpp
|
Expose the name of the checker producing each diagnostic message.
|
2014-02-11 21:49:21 +00:00 |
MallocSizeofChecker.cpp
|
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterator_range decls(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-14 17:01:24 +00:00 |
NSAutoreleasePoolChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
NSErrorChecker.cpp
|
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with iterator_range params(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-07 17:50:17 +00:00 |
NoReturnFunctionChecker.cpp
|
Expose the name of the checker producing each diagnostic message.
|
2014-02-11 21:49:21 +00:00 |
NonNullParamChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
ObjCAtSyncChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
ObjCContainersASTChecker.cpp
|
Expose the name of the checker producing each diagnostic message.
|
2014-02-11 21:49:21 +00:00 |
ObjCContainersChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
ObjCMissingSuperCallChecker.cpp
|
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_end() with iterator_range instance_methods(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-13 19:50:17 +00:00 |
ObjCSelfInitChecker.cpp
|
[analyzer] Improved checker naming in CFG dump.
|
2014-02-17 18:25:34 +00:00 |
ObjCUnusedIVarsChecker.cpp
|
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_end() with iterator_range property_impls(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-14 15:02:45 +00:00 |
PointerArithChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
PointerSubChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
PthreadLockChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
RetainCountChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
ReturnPointerRangeChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
ReturnUndefChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
SimpleStreamChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
StackAddrEscapeChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
StreamChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
TaintTesterChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
TraversalChecker.cpp
|
[analyzer] Print return values from debug.DumpCalls checker.
|
2013-03-21 18:16:59 +00:00 |
UndefBranchChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
UndefCapturedBlockVarChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
UndefResultChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
UndefinedArraySubscriptChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
UndefinedAssignmentChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
UnixAPIChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
UnreachableCodeChecker.cpp
|
[analyzer] check for now possibly null predecessor edge.
|
2014-02-27 21:56:41 +00:00 |
VLASizeChecker.cpp
|
Replace OwningPtr with std::unique_ptr.
|
2014-03-07 20:03:18 +00:00 |
VirtualCallChecker.cpp
|
[C++11] Replacing CXXRecordDecl iterators ctor_begin() and ctor_end() with iterator_range ctors(). Updating all of the usages of the iterators with range-based for loops.
|
2014-03-13 16:51:27 +00:00 |