Thanks to Michael Schlottke.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235162
91177308-0d34-0410-b5e6-
96231b3b80d8
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 false;
+ return Deserialized.empty();
}
ArrayRef<Decl *> getChain() const {
# a '.clang-format' or '_clang-format' file to indicate the style that should be
# used.
style = 'file'
+fallback_style = None
if vim.eval('exists("g:clang_format_fallback_style")') == "1":
fallback_style = vim.eval('g:clang_format_fallback_style')