hanchenye-llvm-project/clang/lib/Checker
Ted Kremenek fab459fc95 Fix bug in GRExprEngine::VisitSizeOfAlignOfExpr() where we do not add
'Pred' to 'Dst' for cases we currently don't handle.  This fixes
<rdar://problem/7593875>.

llvm-svn: 95048
2010-02-02 02:01: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 Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
BasicConstraintManager.cpp
BasicObjCFoundationChecks.cpp Move 'LocalCheckers.h' to the 'Checkers' subdirectory. 2010-01-26 22:59:55 +00:00
BasicObjCFoundationChecks.h
BasicStore.cpp
BasicValueFactory.cpp
BugReporter.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
BugReporterVisitors.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
BuiltinFunctionChecker.cpp
CFRefCount.cpp Move more naming conventions logic out of the retain/release checker to CocoaConventions.h. 2010-01-27 18:00:17 +00:00
CMakeLists.txt Update CMake build. 2010-01-27 06:14:12 +00:00
CallAndMessageChecker.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
CallInliner.cpp Move 'LocalCheckers.h' to the 'Checkers' subdirectory. 2010-01-26 22:59:55 +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 Move more naming conventions logic out of the retain/release checker to CocoaConventions.h. 2010-01-27 18:00:17 +00:00
DereferenceChecker.cpp Move 'include/Checkers/PathSensitive/Checkers' directory to 'include/Checkers'. 2010-01-26 22:56:15 +00:00
DivZeroChecker.cpp
Environment.cpp
ExplodedGraph.cpp
FixedAddressChecker.cpp
GRBlockCounter.cpp
GRCoreEngine.cpp
GRExprEngine.cpp Fix bug in GRExprEngine::VisitSizeOfAlignOfExpr() where we do not add 2010-02-02 02:01:51 +00:00
GRExprEngineExperimentalChecks.cpp Move 'LocalCheckers.h' to the 'Checkers' subdirectory. 2010-01-26 22:59:55 +00:00
GRExprEngineExperimentalChecks.h
GRExprEngineInternalChecks.h
GRState.cpp
Makefile
MallocChecker.cpp
ManagerRegistry.cpp
MemRegion.cpp
NSAutoreleasePoolChecker.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
NSErrorChecker.cpp Move 'LocalCheckers.h' to the 'Checkers' subdirectory. 2010-01-26 22:59:55 +00:00
NoReturnFunctionChecker.cpp
OSAtomicChecker.cpp
PathDiagnostic.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
PointerArithChecker.cpp
PointerSubChecker.cpp
PthreadLockChecker.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
RangeConstraintManager.cpp
RegionStore.cpp Add missing call to Optional<...>.getValue() that was pointed out by Chandler. 2010-01-27 16:31:37 +00:00
ReturnPointerRangeChecker.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
ReturnStackAddressChecker.cpp Hoist diagnostic generation in ReturnStackAddressChecker into a separate method. No functionality change. 2010-02-02 00:13:41 +00:00
ReturnUndefChecker.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
SVals.cpp
SValuator.cpp
SimpleConstraintManager.cpp
SimpleConstraintManager.h
SimpleSValuator.cpp
Store.cpp
SymbolManager.cpp
UndefBranchChecker.cpp
UndefResultChecker.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
UndefinedArraySubscriptChecker.cpp Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +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 Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' 2010-01-25 17:10:22 +00:00
ValueManager.cpp