From f6591ca6d991fb9a229c3fa6745124622ab178e5 Mon Sep 17 00:00:00 2001 From: Sebastian Redl Date: Mon, 9 Feb 2009 18:23:29 +0000 Subject: Implement Declarator::getSourceRange(). llvm-svn: 64151 --- clang/lib/Parse/AttributeList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Parse/AttributeList.cpp') diff --git a/clang/lib/Parse/AttributeList.cpp b/clang/lib/Parse/AttributeList.cpp index 477d6e363d1..eb0527dcf9c 100644 --- a/clang/lib/Parse/AttributeList.cpp +++ b/clang/lib/Parse/AttributeList.cpp @@ -16,7 +16,7 @@ using namespace clang; AttributeList::AttributeList(IdentifierInfo *aName, SourceLocation aLoc, IdentifierInfo *pName, SourceLocation pLoc, - Action::ExprTy **elist, unsigned numargs, + Action::ExprTy **elist, unsigned numargs, AttributeList *n) : AttrName(aName), AttrLoc(aLoc), ParmName(pName), ParmLoc(pLoc), NumArgs(numargs), Next(n) { -- cgit v1.2.3