summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHReader.cpp
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2009-04-23 16:00:56 +0000
committerSteve Naroff <snaroff@apple.com>2009-04-23 16:00:56 +0000
commit0cbba990d7f689c90092d86da62ab076aedd3954 (patch)
treee60f9d4a8e5e19e784dac1b2030902141db21c91 /clang/lib/Frontend/PCHReader.cpp
parentd6f9713634f97a8f2a380df9b273884710d4d620 (diff)
downloadbcm5719-llvm-0cbba990d7f689c90092d86da62ab076aedd3954.tar.gz
bcm5719-llvm-0cbba990d7f689c90092d86da62ab076aedd3954.zip
More PushOnScopeChain() FIXME's.
llvm-svn: 69894
Diffstat (limited to 'clang/lib/Frontend/PCHReader.cpp')
-rw-r--r--clang/lib/Frontend/PCHReader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/PCHReader.cpp b/clang/lib/Frontend/PCHReader.cpp
index 0502a876a3a..2f6206dd094 100644
--- a/clang/lib/Frontend/PCHReader.cpp
+++ b/clang/lib/Frontend/PCHReader.cpp
@@ -2743,7 +2743,6 @@ PCHReader::ReadDeclarationName(const RecordData &Record, unsigned &Idx) {
case DeclarationName::ObjCOneArgSelector:
case DeclarationName::ObjCMultiArgSelector:
return DeclarationName(GetSelector(Record, Idx));
- break;
case DeclarationName::CXXConstructorName:
return Context.DeclarationNames.getCXXConstructorName(
OpenPOWER on IntegriCloud