summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-07-07 15:46:30 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-07-07 15:46:30 +0000
commitad65c6926bb96d96b394a657ef1ec6332623278d (patch)
tree4a0169bbc3ca5fd2311ff85d0408e3b2c1bab30d /clang/lib/Frontend
parent903ccd61219659d769b4f12b75ac998ffd474465 (diff)
downloadbcm5719-llvm-ad65c6926bb96d96b394a657ef1ec6332623278d.tar.gz
bcm5719-llvm-ad65c6926bb96d96b394a657ef1ec6332623278d.zip
Fix broken reading of NestedNameSpecifiers from PCH.
llvm-svn: 107784
Diffstat (limited to 'clang/lib/Frontend')
-rw-r--r--clang/lib/Frontend/PCHReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/PCHReader.cpp b/clang/lib/Frontend/PCHReader.cpp
index 2b7dcacd03a..e2701cea40b 100644
--- a/clang/lib/Frontend/PCHReader.cpp
+++ b/clang/lib/Frontend/PCHReader.cpp
@@ -3189,8 +3189,8 @@ PCHReader::ReadNestedNameSpecifier(const RecordData &Record, unsigned &Idx) {
// No associated value, and there can't be a prefix.
break;
}
- Prev = NNS;
}
+ Prev = NNS;
}
return NNS;
}
OpenPOWER on IntegriCloud