[cfe-commits] r87037 - /cfe/trunk/include/clang/AST/DeclContextInternals.h
Douglas Gregor
dgregor at apple.com
Thu Nov 12 14:12:17 PST 2009
Author: dgregor
Date: Thu Nov 12 16:12:17 2009
New Revision: 87037
URL: http://llvm.org/viewvc/llvm-project?rev=87037&view=rev
Log:
We need the definition of NamedDecl in DeclContextInternals.h, since Clang is type-checking the template definition more thoroughly
Modified:
cfe/trunk/include/clang/AST/DeclContextInternals.h
Modified: cfe/trunk/include/clang/AST/DeclContextInternals.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclContextInternals.h?rev=87037&r1=87036&r2=87037&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclContextInternals.h (original)
+++ cfe/trunk/include/clang/AST/DeclContextInternals.h Thu Nov 12 16:12:17 2009
@@ -15,6 +15,7 @@
#define LLVM_CLANG_AST_DECLCONTEXTINTERNALS_H
#include "clang/AST/DeclBase.h"
+#include "clang/AST/Decl.h"
#include "clang/AST/DeclarationName.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/PointerUnion.h"
More information about the cfe-commits
mailing list