]> granicus.if.org Git - clang/commitdiff
Revert file unintentionally changed in r235162.
authorDaniel Jasper <djasper@google.com>
Fri, 17 Apr 2015 08:01:41 +0000 (08:01 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 17 Apr 2015 08:01:41 +0000 (08:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235163 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Serialization/ASTReaderDecl.cpp

index a7898da14ff233d1be0ff2a22d4ed775a1f9afc7..5e911b41b7c43707b3ca4c8a446c2aff79fe56c5 100644 (file)
@@ -3364,7 +3364,7 @@ namespace {
         searchForID(M, SearchDecls[I]);
       // FIXME: If none of the SearchDecls had local IDs in this module, can
       // we avoid searching any ancestor module files?
-      return Deserialized.empty();
+      return false;
     }
     
     ArrayRef<Decl *> getChain() const {