summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaojian Wu <hokein@google.com>2018-08-01 12:50:44 +0000
committerHaojian Wu <hokein@google.com>2018-08-01 12:50:44 +0000
commit6340264f37a4bddb80b1c1671a37e1ef3c1db813 (patch)
tree1d2c14c95827da0222c8d04d6088b4ff8d0a6505
parent6d1efe2002cc62f71e357f562c5588f04a95c915 (diff)
[clangd] Correct the namespace of ParsedAST forward declaration, NFC.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@338526 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--clangd/FindSymbols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clangd/FindSymbols.h b/clangd/FindSymbols.h
index 863578b2..4e6e75a9 100644
--- a/clangd/FindSymbols.h
+++ b/clangd/FindSymbols.h
@@ -17,8 +17,8 @@
#include "llvm/ADT/StringRef.h"
namespace clang {
-class ParsedAST;
namespace clangd {
+class ParsedAST;
class SymbolIndex;
/// Searches for the symbols matching \p Query. The syntax of \p Query can be