Remove the EntoSA directories.
commit1994756114cf42546cba9748ffc087edaee42df8
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Fri, 24 Dec 2010 06:19:58 +0000 (24 06:19 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Fri, 24 Dec 2010 06:19:58 +0000 (24 06:19 +0000)
treeece45b1e5f9f8915b5b1128cffa98e4685786b91
parent86b4b2f2cbb3a6c2c313a814512eaa55d788dcc2
Remove the EntoSA directories.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122543 91177308-0d34-0410-b5e6-96231b3b80d8
122 files changed:
include/clang/StaticAnalyzer/EntoSA/AnalysisConsumer.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/BugReporter/BugReporter.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/BugReporter/BugType.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/BugReporter/PathDiagnostic.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/Checkers/DereferenceChecker.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/Checkers/LocalCheckers.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/FrontendActions.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/ManagerRegistry.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathDiagnosticClients.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/AnalysisManager.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/BasicValueFactory.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/BlockCounter.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/Checker.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/CheckerHelpers.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/CheckerVisitor.def [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/CheckerVisitor.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/ConstraintManager.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/CoreEngine.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/Environment.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/ExplodedGraph.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/ExprEngine.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/ExprEngineBuilders.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/GRState.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/GRStateTrait.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/MemRegion.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/SValBuilder.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/SVals.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/Store.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/SubEngine.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/SummaryManager.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/SymbolManager.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/TransferFuncs.h [deleted file]
include/clang/StaticAnalyzer/EntoSA/PathSensitive/WorkList.h [deleted file]
lib/StaticAnalyzer/EntoSA/AggExprVisitor.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/AnalysisManager.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/AnalyzerStatsChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/BasicConstraintManager.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/BasicStore.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/BasicValueFactory.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/BlockCounter.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/BugReporter.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/BugReporterVisitors.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/CFRefCount.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/CMakeLists.txt [deleted file]
lib/StaticAnalyzer/EntoSA/CXXExprEngine.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/CheckerHelpers.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/AdjustedReturnValueChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/AnalysisConsumer.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/ArrayBoundChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/ArrayBoundCheckerV2.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/AttrNonNullChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/BasicObjCFoundationChecks.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/BasicObjCFoundationChecks.h [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/BuiltinFunctionChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/CMakeLists.txt [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/CStringChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/CallAndMessageChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/CastSizeChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/CastToStructChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/CheckDeadStores.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/CheckObjCDealloc.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/CheckObjCInstMethSignature.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/CheckSecuritySyntaxOnly.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/CheckSizeofPointer.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/ChrootChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/DereferenceChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/DivZeroChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/ExprEngine.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/ExprEngineExperimentalChecks.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/ExprEngineExperimentalChecks.h [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/ExprEngineInternalChecks.h [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/FixedAddressChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/FrontendActions.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/IdempotentOperationChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/LLVMConventionsChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/MacOSXAPIChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/Makefile [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/MallocChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/NSAutoreleasePoolChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/NSErrorChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/NoReturnFunctionChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/OSAtomicChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/ObjCAtSyncChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/ObjCUnusedIVarsChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/PointerArithChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/PointerSubChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/PthreadLockChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/ReturnPointerRangeChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/ReturnUndefChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/StackAddrLeakChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/StreamChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/UndefBranchChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/UndefCapturedBlockVarChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/UndefResultChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/UndefinedArraySubscriptChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/UndefinedAssignmentChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/UnixAPIChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/UnreachableCodeChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Checkers/VLASizeChecker.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/CoreEngine.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Environment.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/ExplodedGraph.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/FlatStore.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/GRState.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/HTMLDiagnostics.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Makefile [deleted file]
lib/StaticAnalyzer/EntoSA/ManagerRegistry.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/MemRegion.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/PathDiagnostic.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/PlistDiagnostics.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/README.txt [deleted file]
lib/StaticAnalyzer/EntoSA/RangeConstraintManager.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/RegionStore.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/SValBuilder.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/SVals.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/SimpleConstraintManager.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/SimpleConstraintManager.h [deleted file]
lib/StaticAnalyzer/EntoSA/SimpleSValBuilder.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/Store.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/SymbolManager.cpp [deleted file]
lib/StaticAnalyzer/EntoSA/TextPathDiagnostics.cpp [deleted file]