diff options
Diffstat (limited to 'clang/lib/AST/Decl.cpp')
| -rw-r--r-- | clang/lib/AST/Decl.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clang/lib/AST/Decl.cpp b/clang/lib/AST/Decl.cpp index 38a20c1c015..b1a2499949c 100644 --- a/clang/lib/AST/Decl.cpp +++ b/clang/lib/AST/Decl.cpp @@ -335,7 +335,7 @@ const Attr *Decl::getAttrs() const {  ContextDecl *ContextDecl::getParent() const {    if (ScopedDecl *SD = dyn_cast<ScopedDecl>(this)) -    return SD->getContext(); +    return SD->getContextDecl();    else      return NULL;  } | 

