summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
diff options
context:
space:
mode:
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