summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-07-09 21:11:35 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-07-09 21:11:35 +0000
commitdd2061b2cdd51c59a34306701ff7f3b3e704cdb1 (patch)
tree9c7bf47bd7ac27078ae7b37f62218049083c30c4 /clang/lib
parent4d3af3e192c7834446aac6bd8e58394e24eb6bdf (diff)
downloadbcm5719-llvm-dd2061b2cdd51c59a34306701ff7f3b3e704cdb1.tar.gz
bcm5719-llvm-dd2061b2cdd51c59a34306701ff7f3b3e704cdb1.zip
isMemberSpecialization -> setMemberSpecialization.
llvm-svn: 108015
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Frontend/PCHReaderDecl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/PCHReaderDecl.cpp b/clang/lib/Frontend/PCHReaderDecl.cpp
index 6d363ae27eb..8b01d3dd1db 100644
--- a/clang/lib/Frontend/PCHReaderDecl.cpp
+++ b/clang/lib/Frontend/PCHReaderDecl.cpp
@@ -966,7 +966,7 @@ void PCHDeclReader::VisitClassTemplatePartialSpecializationDecl(
cast_or_null<ClassTemplatePartialSpecializationDecl>(
Reader.GetDecl(Record[Idx++])));
if (Record[Idx++])
- D->isMemberSpecialization();
+ D->setMemberSpecialization();
}
}
OpenPOWER on IntegriCloud