summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/libclang/CIndexer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libclang/CIndexer.h b/tools/libclang/CIndexer.h
index 45d0831b88..de7cc88a2c 100644
--- a/tools/libclang/CIndexer.h
+++ b/tools/libclang/CIndexer.h
@@ -24,6 +24,8 @@ namespace llvm {
class CrashRecoveryContext;
}
+namespace clang {
+
class CIndexer {
bool OnlyLocalDecls;
bool DisplayDiagnostics;
@@ -52,7 +54,6 @@ public:
void setWorkingDirectory(const std::string &Dir) { WorkingDir = Dir; }
};
-namespace clang {
/**
* \brief Given a set of "unsaved" files, create temporary files and
* construct the clang -cc1 argument list needed to perform the remapping.