summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/DeclAccessPair.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/DeclAccessPair.h')
-rw-r--r--include/clang/AST/DeclAccessPair.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/DeclAccessPair.h b/include/clang/AST/DeclAccessPair.h
index 3527a160aa..3c5056c6e5 100644
--- a/include/clang/AST/DeclAccessPair.h
+++ b/include/clang/AST/DeclAccessPair.h
@@ -59,7 +59,7 @@ public:
operator NamedDecl*() const { return getDecl(); }
NamedDecl *operator->() const { return getDecl(); }
};
-} // namespace clang
+}
// Take a moment to tell SmallVector that DeclAccessPair is POD.
namespace llvm {