aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/Analysis/DomainSpecific/CocoaConventions.h2
-rw-r--r--include/clang/GR/AnalysisConsumer.h2
-rw-r--r--include/clang/GR/BugReporter/BugReporter.h2
-rw-r--r--include/clang/GR/BugReporter/BugType.h2
-rw-r--r--include/clang/GR/BugReporter/PathDiagnostic.h2
-rw-r--r--include/clang/GR/Checkers/DereferenceChecker.h2
-rw-r--r--include/clang/GR/Checkers/LocalCheckers.h2
-rw-r--r--include/clang/GR/FrontendActions.h2
-rw-r--r--include/clang/GR/ManagerRegistry.h2
-rw-r--r--include/clang/GR/PathDiagnosticClients.h2
-rw-r--r--include/clang/GR/PathSensitive/AnalysisManager.h2
-rw-r--r--include/clang/GR/PathSensitive/BasicValueFactory.h2
-rw-r--r--include/clang/GR/PathSensitive/BlockCounter.h2
-rw-r--r--include/clang/GR/PathSensitive/Checker.h2
-rw-r--r--include/clang/GR/PathSensitive/CheckerHelpers.h2
-rw-r--r--include/clang/GR/PathSensitive/CheckerVisitor.h2
-rw-r--r--include/clang/GR/PathSensitive/ConstraintManager.h2
-rw-r--r--include/clang/GR/PathSensitive/CoreEngine.h2
-rw-r--r--include/clang/GR/PathSensitive/Environment.h2
-rw-r--r--include/clang/GR/PathSensitive/ExplodedGraph.h10
-rw-r--r--include/clang/GR/PathSensitive/ExprEngine.h2
-rw-r--r--include/clang/GR/PathSensitive/ExprEngineBuilders.h2
-rw-r--r--include/clang/GR/PathSensitive/GRState.h2
-rw-r--r--include/clang/GR/PathSensitive/GRStateTrait.h2
-rw-r--r--include/clang/GR/PathSensitive/MemRegion.h4
-rw-r--r--include/clang/GR/PathSensitive/SValBuilder.h2
-rw-r--r--include/clang/GR/PathSensitive/SVals.h14
-rw-r--r--include/clang/GR/PathSensitive/Store.h2
-rw-r--r--include/clang/GR/PathSensitive/SubEngine.h2
-rw-r--r--include/clang/GR/PathSensitive/SummaryManager.h2
-rw-r--r--include/clang/GR/PathSensitive/SymbolManager.h4
-rw-r--r--include/clang/GR/PathSensitive/TransferFuncs.h2
-rw-r--r--include/clang/GR/PathSensitive/WorkList.h2
-rw-r--r--lib/Analysis/CocoaConventions.cpp2
-rw-r--r--lib/FrontendTool/ExecuteCompilerInvocation.cpp2
-rw-r--r--lib/GR/AggExprVisitor.cpp2
-rw-r--r--lib/GR/AnalysisManager.cpp2
-rw-r--r--lib/GR/AnalyzerStatsChecker.cpp4
-rw-r--r--lib/GR/BasicConstraintManager.cpp6
-rw-r--r--lib/GR/BasicStore.cpp4
-rw-r--r--lib/GR/BasicValueFactory.cpp2
-rw-r--r--lib/GR/BlockCounter.cpp2
-rw-r--r--lib/GR/BugReporter.cpp2
-rw-r--r--lib/GR/BugReporterVisitors.cpp2
-rw-r--r--lib/GR/CFRefCount.cpp8
-rw-r--r--lib/GR/CXXExprEngine.cpp2
-rw-r--r--lib/GR/Checker.cpp2
-rw-r--r--lib/GR/CheckerHelpers.cpp8
-rw-r--r--lib/GR/Checkers/AdjustedReturnValueChecker.cpp4
-rw-r--r--lib/GR/Checkers/AnalysisConsumer.cpp4
-rw-r--r--lib/GR/Checkers/ArrayBoundChecker.cpp4
-rw-r--r--lib/GR/Checkers/ArrayBoundCheckerV2.cpp4
-rw-r--r--lib/GR/Checkers/AttrNonNullChecker.cpp4
-rw-r--r--lib/GR/Checkers/BasicObjCFoundationChecks.cpp4
-rw-r--r--lib/GR/Checkers/BasicObjCFoundationChecks.h2
-rw-r--r--lib/GR/Checkers/BuiltinFunctionChecker.cpp4
-rw-r--r--lib/GR/Checkers/CStringChecker.cpp6
-rw-r--r--lib/GR/Checkers/CallAndMessageChecker.cpp4
-rw-r--r--lib/GR/Checkers/CastSizeChecker.cpp4
-rw-r--r--lib/GR/Checkers/CastToStructChecker.cpp4
-rw-r--r--lib/GR/Checkers/CheckDeadStores.cpp4
-rw-r--r--lib/GR/Checkers/CheckObjCDealloc.cpp4
-rw-r--r--lib/GR/Checkers/CheckObjCInstMethSignature.cpp4
-rw-r--r--lib/GR/Checkers/CheckSecuritySyntaxOnly.cpp4
-rw-r--r--lib/GR/Checkers/CheckSizeofPointer.cpp4
-rw-r--r--lib/GR/Checkers/ChrootChecker.cpp4
-rw-r--r--lib/GR/Checkers/DereferenceChecker.cpp6
-rw-r--r--lib/GR/Checkers/DivZeroChecker.cpp4
-rw-r--r--lib/GR/Checkers/ExprEngine.cpp2
-rw-r--r--lib/GR/Checkers/ExprEngineExperimentalChecks.cpp6
-rw-r--r--lib/GR/Checkers/ExprEngineExperimentalChecks.h2
-rw-r--r--lib/GR/Checkers/ExprEngineInternalChecks.h2
-rw-r--r--lib/GR/Checkers/FixedAddressChecker.cpp4
-rw-r--r--lib/GR/Checkers/FrontendActions.cpp2
-rw-r--r--lib/GR/Checkers/IdempotentOperationChecker.cpp4
-rw-r--r--lib/GR/Checkers/LLVMConventionsChecker.cpp4
-rw-r--r--lib/GR/Checkers/MacOSXAPIChecker.cpp4
-rw-r--r--lib/GR/Checkers/MallocChecker.cpp6
-rw-r--r--lib/GR/Checkers/NSAutoreleasePoolChecker.cpp4
-rw-r--r--lib/GR/Checkers/NSErrorChecker.cpp4
-rw-r--r--lib/GR/Checkers/NoReturnFunctionChecker.cpp4
-rw-r--r--lib/GR/Checkers/OSAtomicChecker.cpp4
-rw-r--r--lib/GR/Checkers/ObjCAtSyncChecker.cpp4
-rw-r--r--lib/GR/Checkers/ObjCUnusedIVarsChecker.cpp4
-rw-r--r--lib/GR/Checkers/PointerArithChecker.cpp4
-rw-r--r--lib/GR/Checkers/PointerSubChecker.cpp4
-rw-r--r--lib/GR/Checkers/PthreadLockChecker.cpp6
-rw-r--r--lib/GR/Checkers/ReturnPointerRangeChecker.cpp4
-rw-r--r--lib/GR/Checkers/ReturnUndefChecker.cpp4
-rw-r--r--lib/GR/Checkers/StackAddrLeakChecker.cpp4
-rw-r--r--lib/GR/Checkers/StreamChecker.cpp6
-rw-r--r--lib/GR/Checkers/UndefBranchChecker.cpp4
-rw-r--r--lib/GR/Checkers/UndefCapturedBlockVarChecker.cpp4
-rw-r--r--lib/GR/Checkers/UndefResultChecker.cpp4
-rw-r--r--lib/GR/Checkers/UndefinedArraySubscriptChecker.cpp4
-rw-r--r--lib/GR/Checkers/UndefinedAssignmentChecker.cpp4
-rw-r--r--lib/GR/Checkers/UnixAPIChecker.cpp4
-rw-r--r--lib/GR/Checkers/UnreachableCodeChecker.cpp4
-rw-r--r--lib/GR/Checkers/VLASizeChecker.cpp4
-rw-r--r--lib/GR/CoreEngine.cpp4
-rw-r--r--lib/GR/Environment.cpp2
-rw-r--r--lib/GR/ExplodedGraph.cpp2
-rw-r--r--lib/GR/FlatStore.cpp4
-rw-r--r--lib/GR/GRState.cpp2
-rw-r--r--lib/GR/HTMLDiagnostics.cpp6
-rw-r--r--lib/GR/ManagerRegistry.cpp2
-rw-r--r--lib/GR/MemRegion.cpp2
-rw-r--r--lib/GR/PathDiagnostic.cpp2
-rw-r--r--lib/GR/PlistDiagnostics.cpp6
-rw-r--r--lib/GR/RangeConstraintManager.cpp6
-rw-r--r--lib/GR/RegionStore.cpp6
-rw-r--r--lib/GR/SValBuilder.cpp2
-rw-r--r--lib/GR/SVals.cpp2
-rw-r--r--lib/GR/SimpleConstraintManager.cpp4
-rw-r--r--lib/GR/SimpleConstraintManager.h2
-rw-r--r--lib/GR/SimpleSValBuilder.cpp8
-rw-r--r--lib/GR/Store.cpp2
-rw-r--r--lib/GR/SymbolManager.cpp2
-rw-r--r--lib/GR/TextPathDiagnostics.cpp6
119 files changed, 209 insertions, 209 deletions
diff --git a/include/clang/Analysis/DomainSpecific/CocoaConventions.h b/include/clang/Analysis/DomainSpecific/CocoaConventions.h
index 0212cbfb8b..18e81fed79 100644
--- a/include/clang/Analysis/DomainSpecific/CocoaConventions.h
+++ b/include/clang/Analysis/DomainSpecific/CocoaConventions.h
@@ -17,7 +17,7 @@
#include "clang/AST/Type.h"
namespace clang {
-namespace GR {
+namespace ento {
namespace cocoa {
enum NamingConvention { NoConvention, CreateRule, InitRule };
diff --git a/include/clang/GR/AnalysisConsumer.h b/include/clang/GR/AnalysisConsumer.h
index 805638867f..86f6c727a4 100644
--- a/include/clang/GR/AnalysisConsumer.h
+++ b/include/clang/GR/AnalysisConsumer.h
@@ -23,7 +23,7 @@ class AnalyzerOptions;
class ASTConsumer;
class Preprocessor;
-namespace GR {
+namespace ento {
/// CreateAnalysisConsumer - Creates an ASTConsumer to run various code
/// analysis passes. (The set of analyses run is controlled by command-line
diff --git a/include/clang/GR/BugReporter/BugReporter.h b/include/clang/GR/BugReporter/BugReporter.h
index 31487b6eb6..7d2dffae75 100644
--- a/include/clang/GR/BugReporter/BugReporter.h
+++ b/include/clang/GR/BugReporter/BugReporter.h
@@ -30,7 +30,7 @@ class Diagnostic;
class Stmt;
class ParentMap;
-namespace GR {
+namespace ento {
class PathDiagnostic;
class PathDiagnosticPiece;
diff --git a/include/clang/GR/BugReporter/BugType.h b/include/clang/GR/BugReporter/BugType.h
index a18e59639c..854094977a 100644
--- a/include/clang/GR/BugReporter/BugType.h
+++ b/include/clang/GR/BugReporter/BugType.h
@@ -20,7 +20,7 @@
namespace clang {
-namespace GR {
+namespace ento {
class ExplodedNode;
class ExprEngine;
diff --git a/include/clang/GR/BugReporter/PathDiagnostic.h b/include/clang/GR/BugReporter/PathDiagnostic.h
index c19bb756b8..6d53c097d2 100644
--- a/include/clang/GR/BugReporter/PathDiagnostic.h
+++ b/include/clang/GR/BugReporter/PathDiagnostic.h
@@ -27,7 +27,7 @@ class Decl;
class SourceManager;
class Stmt;
-namespace GR {
+namespace ento {
//===----------------------------------------------------------------------===//
// High-level interface for handlers of path-sensitive diagnostics.
diff --git a/include/clang/GR/Checkers/DereferenceChecker.h b/include/clang/GR/Checkers/DereferenceChecker.h
index 2ac45bf9ba..f9cce9ca9c 100644
--- a/include/clang/GR/Checkers/DereferenceChecker.h
+++ b/include/clang/GR/Checkers/DereferenceChecker.h
@@ -20,7 +20,7 @@
namespace clang {
-namespace GR {
+namespace ento {
class ExprEngine;
class ExplodedNode;
diff --git a/include/clang/GR/Checkers/LocalCheckers.h b/include/clang/GR/Checkers/LocalCheckers.h
index d9352ee8bc..e0f002b6d0 100644
--- a/include/clang/GR/Chec