summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-05-03 18:05:44 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-05-03 18:05:44 +0000
commitfac3162022c02cdeb1d0060246ce9219c0a675dc (patch)
tree021edaaaf9538bf9229214145de8635932a2c443 /clang/lib/Sema
parent4ce060b3da6b64c44e4d22b4a1a2111276ada553 (diff)
downloadbcm5719-llvm-fac3162022c02cdeb1d0060246ce9219c0a675dc.tar.gz
bcm5719-llvm-fac3162022c02cdeb1d0060246ce9219c0a675dc.zip
Keep track of an @implementation's super class name location, if one was provided.
llvm-svn: 181039
Diffstat (limited to 'clang/lib/Sema')
-rw-r--r--clang/lib/Sema/SemaDeclObjC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDeclObjC.cpp b/clang/lib/Sema/SemaDeclObjC.cpp
index 41f96833df4..f33e7bcb167 100644
--- a/clang/lib/Sema/SemaDeclObjC.cpp
+++ b/clang/lib/Sema/SemaDeclObjC.cpp
@@ -1045,7 +1045,7 @@ Decl *Sema::ActOnStartClassImplementation(
ObjCImplementationDecl* IMPDecl =
ObjCImplementationDecl::Create(Context, CurContext, IDecl, SDecl,
- ClassLoc, AtClassImplLoc);
+ ClassLoc, AtClassImplLoc, SuperClassLoc);
if (CheckObjCDeclScope(IMPDecl))
return ActOnObjCContainerStartDefinition(IMPDecl);
OpenPOWER on IntegriCloud