diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-12-23 07:22:02 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-12-23 07:22:02 +0000 |
commit | 3a8f40ed5e86a97e07d255976a95d2f3ad792b6d (patch) | |
tree | 117254bbdb2b4fbee6911be73d204642e1f5e17e | |
parent | 9ef6537a894c33003359b1f9b9676e9178e028b7 (diff) |
Rename headers: 'clang/GR' 'clang/EntoSA' and
update Makefile.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122493 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | examples/PrintFunctionNames/CMakeLists.txt | 4 | ||||
-rw-r--r-- | examples/clang-interpreter/CMakeLists.txt | 4 | ||||
-rw-r--r-- | examples/clang-interpreter/Makefile | 2 | ||||
-rw-r--r-- | examples/wpa/CMakeLists.txt | 4 | ||||
-rw-r--r-- | examples/wpa/Makefile | 2 | ||||
-rw-r--r-- | include/clang/EntoSA/AnalysisConsumer.h (renamed from include/clang/GR/AnalysisConsumer.h) | 0 | ||||
-rw-r--r-- | include/clang/EntoSA/BugReporter/BugReporter.h (renamed from include/clang/GR/BugReporter/BugReporter.h) | 2 | ||||
-rw-r--r-- | include/clang/EntoSA/BugReporter/BugType.h (renamed from include/clang/GR/BugReporter/BugType.h) | 2 | ||||
-rw-r--r-- | include/clang/EntoSA/BugReporter/PathDiagnostic.h (renamed from include/clang/GR/BugReporter/PathDiagnostic.h) | 0 | ||||
-rw-r--r-- | include/clang/EntoSA/Checkers/DereferenceChecker.h (renamed from include/clang/GR/Checkers/DereferenceChecker.h) | 0 | ||||
-rw-r--r-- | include/clang/EntoSA/Checkers/LocalCheckers.h (renamed from include/clang/GR/Checkers/LocalCheckers.h) | 0 | ||||
-rw-r--r-- | include/clang/EntoSA/FrontendActions.h (renamed from include/clang/GR/FrontendActions.h) | 0 | ||||
-rw-r--r-- | include/clang/EntoSA/ManagerRegistry.h (renamed from include/clang/GR/ManagerRegistry.h) | 2 | ||||
-rw-r--r-- | include/clang/EntoSA/PathDiagnosticClients.h (renamed from include/clang/GR/PathDiagnosticClients.h) | 0 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/AnalysisManager.h (renamed from include/clang/GR/PathSensitive/AnalysisManager.h) | 4 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/BasicValueFactory.h (renamed from include/clang/GR/PathSensitive/BasicValueFactory.h) | 2 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/BlockCounter.h (renamed from include/clang/GR/PathSensitive/BlockCounter.h) | 0 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/Checker.h (renamed from include/clang/GR/PathSensitive/Checker.h) | 2 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/CheckerHelpers.h (renamed from include/clang/GR/PathSensitive/CheckerHelpers.h) | 0 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/CheckerVisitor.def (renamed from include/clang/GR/PathSensitive/CheckerVisitor.def) | 0 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/CheckerVisitor.h (renamed from include/clang/GR/PathSensitive/CheckerVisitor.h) | 8 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/ConstraintManager.h (renamed from include/clang/GR/PathSensitive/ConstraintManager.h) | 2 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/CoreEngine.h (renamed from include/clang/GR/PathSensitive/CoreEngine.h) | 8 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/Environment.h (renamed from include/clang/GR/PathSensitive/Environment.h) | 4 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/ExplodedGraph.h (renamed from include/clang/GR/PathSensitive/ExplodedGraph.h) | 0 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/ExprEngine.h (renamed from include/clang/GR/PathSensitive/ExprEngine.h) | 12 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/ExprEngineBuilders.h (renamed from include/clang/GR/PathSensitive/ExprEngineBuilders.h) | 2 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/GRState.h (renamed from include/clang/GR/PathSensitive/GRState.h) | 8 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/GRStateTrait.h (renamed from include/clang/GR/PathSensitive/GRStateTrait.h) | 0 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/MemRegion.h (renamed from include/clang/GR/PathSensitive/MemRegion.h) | 2 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/SValBuilder.h (renamed from include/clang/GR/PathSensitive/SValBuilder.h) | 6 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/SVals.h (renamed from include/clang/GR/PathSensitive/SVals.h) | 2 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/Store.h (renamed from include/clang/GR/PathSensitive/Store.h) | 4 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/SubEngine.h (renamed from include/clang/GR/PathSensitive/SubEngine.h) | 2 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/SummaryManager.h (renamed from include/clang/GR/PathSensitive/SummaryManager.h) | 0 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/SymbolManager.h (renamed from include/clang/GR/PathSensitive/SymbolManager.h) | 0 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/TransferFuncs.h (renamed from include/clang/GR/PathSensitive/TransferFuncs.h) | 4 | ||||
-rw-r--r-- | include/clang/EntoSA/PathSensitive/WorkList.h (renamed from include/clang/GR/PathSensitive/WorkList.h) | 2 | ||||
-rw-r--r-- | lib/CMakeLists.txt | 4 | ||||
-rw-r--r-- | lib/EntoSA/AggExprVisitor.cpp (renamed from lib/GR/AggExprVisitor.cpp) | 2 | ||||
-rw-r--r-- | lib/EntoSA/AnalysisManager.cpp (renamed from lib/GR/AnalysisManager.cpp) | 2 | ||||
-rw-r--r-- | lib/EntoSA/AnalyzerStatsChecker.cpp (renamed from lib/GR/AnalyzerStatsChecker.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/BasicConstraintManager.cpp (renamed from lib/GR/BasicConstraintManager.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/BasicStore.cpp (renamed from lib/GR/BasicStore.cpp) | 2 | ||||
-rw-r--r-- | lib/EntoSA/BasicValueFactory.cpp (renamed from lib/GR/BasicValueFactory.cpp) | 2 | ||||
-rw-r--r-- | lib/EntoSA/BlockCounter.cpp (renamed from lib/GR/BlockCounter.cpp) | 2 | ||||
-rw-r--r-- | lib/EntoSA/BugReporter.cpp (renamed from lib/GR/BugReporter.cpp) | 8 | ||||
-rw-r--r-- | lib/EntoSA/BugReporterVisitors.cpp (renamed from lib/GR/BugReporterVisitors.cpp) | 8 | ||||
-rw-r--r-- | lib/EntoSA/CFRefCount.cpp (renamed from lib/GR/CFRefCount.cpp) | 16 | ||||
-rw-r--r-- | lib/EntoSA/CMakeLists.txt (renamed from lib/GR/CMakeLists.txt) | 4 | ||||
-rw-r--r-- | lib/EntoSA/CXXExprEngine.cpp (renamed from lib/GR/CXXExprEngine.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checker.cpp (renamed from lib/GR/Checker.cpp) | 2 | ||||
-rw-r--r-- | lib/EntoSA/CheckerHelpers.cpp (renamed from lib/GR/CheckerHelpers.cpp) | 2 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/AdjustedReturnValueChecker.cpp (renamed from lib/GR/Checkers/AdjustedReturnValueChecker.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/AnalysisConsumer.cpp (renamed from lib/GR/Checkers/AnalysisConsumer.cpp) | 18 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/ArrayBoundChecker.cpp (renamed from lib/GR/Checkers/ArrayBoundChecker.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/ArrayBoundCheckerV2.cpp (renamed from lib/GR/Checkers/ArrayBoundCheckerV2.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/AttrNonNullChecker.cpp (renamed from lib/GR/Checkers/AttrNonNullChecker.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/BasicObjCFoundationChecks.cpp (renamed from lib/GR/Checkers/BasicObjCFoundationChecks.cpp) | 16 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/BasicObjCFoundationChecks.h (renamed from lib/GR/Checkers/BasicObjCFoundationChecks.h) | 0 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/BuiltinFunctionChecker.cpp (renamed from lib/GR/Checkers/BuiltinFunctionChecker.cpp) | 2 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/CMakeLists.txt (renamed from lib/GR/Checkers/CMakeLists.txt) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/CStringChecker.cpp (renamed from lib/GR/Checkers/CStringChecker.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/CallAndMessageChecker.cpp (renamed from lib/GR/Checkers/CallAndMessageChecker.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/CastSizeChecker.cpp (renamed from lib/GR/Checkers/CastSizeChecker.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/CastToStructChecker.cpp (renamed from lib/GR/Checkers/CastToStructChecker.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/CheckDeadStores.cpp (renamed from lib/GR/Checkers/CheckDeadStores.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/CheckObjCDealloc.cpp (renamed from lib/GR/Checkers/CheckObjCDealloc.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/CheckObjCInstMethSignature.cpp (renamed from lib/GR/Checkers/CheckObjCInstMethSignature.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/CheckSecuritySyntaxOnly.cpp (renamed from lib/GR/Checkers/CheckSecuritySyntaxOnly.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/CheckSizeofPointer.cpp (renamed from lib/GR/Checkers/CheckSizeofPointer.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/ChrootChecker.cpp (renamed from lib/GR/Checkers/ChrootChecker.cpp) | 10 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/DereferenceChecker.cpp (renamed from lib/GR/Checkers/DereferenceChecker.cpp) | 8 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/DivZeroChecker.cpp (renamed from lib/GR/Checkers/DivZeroChecker.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/ExprEngine.cpp (renamed from lib/GR/Checkers/ExprEngine.cpp) | 10 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/ExprEngineExperimentalChecks.cpp (renamed from lib/GR/Checkers/ExprEngineExperimentalChecks.cpp) | 2 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/ExprEngineExperimentalChecks.h (renamed from lib/GR/Checkers/ExprEngineExperimentalChecks.h) | 0 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/ExprEngineInternalChecks.h (renamed from lib/GR/Checkers/ExprEngineInternalChecks.h) | 0 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/FixedAddressChecker.cpp (renamed from lib/GR/Checkers/FixedAddressChecker.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/FrontendActions.cpp (renamed from lib/GR/Checkers/FrontendActions.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/IdempotentOperationChecker.cpp (renamed from lib/GR/Checkers/IdempotentOperationChecker.cpp) | 12 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/LLVMConventionsChecker.cpp (renamed from lib/GR/Checkers/LLVMConventionsChecker.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/MacOSXAPIChecker.cpp (renamed from lib/GR/Checkers/MacOSXAPIChecker.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/Makefile (renamed from lib/GR/Checkers/Makefile) | 2 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/MallocChecker.cpp (renamed from lib/GR/Checkers/MallocChecker.cpp) | 10 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/NSAutoreleasePoolChecker.cpp (renamed from lib/GR/Checkers/NSAutoreleasePoolChecker.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/NSErrorChecker.cpp (renamed from lib/GR/Checkers/NSErrorChecker.cpp) | 8 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/NoReturnFunctionChecker.cpp (renamed from lib/GR/Checkers/NoReturnFunctionChecker.cpp) | 2 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/OSAtomicChecker.cpp (renamed from lib/GR/Checkers/OSAtomicChecker.cpp) | 2 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/ObjCAtSyncChecker.cpp (renamed from lib/GR/Checkers/ObjCAtSyncChecker.cpp) | 8 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/ObjCUnusedIVarsChecker.cpp (renamed from lib/GR/Checkers/ObjCUnusedIVarsChecker.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/PointerArithChecker.cpp (renamed from lib/GR/Checkers/PointerArithChecker.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/PointerSubChecker.cpp (renamed from lib/GR/Checkers/PointerSubChecker.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/PthreadLockChecker.cpp (renamed from lib/GR/Checkers/PthreadLockChecker.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/ReturnPointerRangeChecker.cpp (renamed from lib/GR/Checkers/ReturnPointerRangeChecker.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/ReturnUndefChecker.cpp (renamed from lib/GR/Checkers/ReturnUndefChecker.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/StackAddrLeakChecker.cpp (renamed from lib/GR/Checkers/StackAddrLeakChecker.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/StreamChecker.cpp (renamed from lib/GR/Checkers/StreamChecker.cpp) | 10 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/UndefBranchChecker.cpp (renamed from lib/GR/Checkers/UndefBranchChecker.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/UndefCapturedBlockVarChecker.cpp (renamed from lib/GR/Checkers/UndefCapturedBlockVarChecker.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/UndefResultChecker.cpp (renamed from lib/GR/Checkers/UndefResultChecker.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/UndefinedArraySubscriptChecker.cpp (renamed from lib/GR/Checkers/UndefinedArraySubscriptChecker.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/UndefinedAssignmentChecker.cpp (renamed from lib/GR/Checkers/UndefinedAssignmentChecker.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/UnixAPIChecker.cpp (renamed from lib/GR/Checkers/UnixAPIChecker.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/UnreachableCodeChecker.cpp (renamed from lib/GR/Checkers/UnreachableCodeChecker.cpp) | 10 | ||||
-rw-r--r-- | lib/EntoSA/Checkers/VLASizeChecker.cpp (renamed from lib/GR/Checkers/VLASizeChecker.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/CoreEngine.cpp (renamed from lib/GR/CoreEngine.cpp) | 6 | ||||
-rw-r--r-- | lib/EntoSA/Environment.cpp (renamed from lib/GR/Environment.cpp) | 2 | ||||
-rw-r--r-- | lib/EntoSA/ExplodedGraph.cpp (renamed from lib/GR/ExplodedGraph.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/FlatStore.cpp (renamed from lib/GR/FlatStore.cpp) | 2 | ||||
-rw-r--r-- | lib/EntoSA/GRState.cpp (renamed from lib/GR/GRState.cpp) | 8 | ||||
-rw-r--r-- | lib/EntoSA/HTMLDiagnostics.cpp (renamed from lib/GR/HTMLDiagnostics.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/Makefile (renamed from lib/GR/Makefile) | 2 | ||||
-rw-r--r-- | lib/EntoSA/ManagerRegistry.cpp (renamed from lib/GR/ManagerRegistry.cpp) | 2 | ||||
-rw-r--r-- | lib/EntoSA/MemRegion.cpp (renamed from lib/GR/MemRegion.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/PathDiagnostic.cpp (renamed from lib/GR/PathDiagnostic.cpp) | 2 | ||||
-rw-r--r-- | lib/EntoSA/PlistDiagnostics.cpp (renamed from lib/GR/PlistDiagnostics.cpp) | 4 | ||||
-rw-r--r-- | lib/EntoSA/README.txt (renamed from lib/GR/README.txt) | 0 | ||||
-rw-r--r-- | lib/EntoSA/RangeConstraintManager.cpp (r |