forked from OSchip/llvm-project
Revert file unintentionally changed in r235162.
llvm-svn: 235163
This commit is contained in:
parent
0fe44465c3
commit
4b08ea8eca
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue