It was incompatible to msc.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@313513
91177308-0d34-0410-b5e6-
96231b3b80d8
"Top level include stack isn't our primary lexer?");
return std::none_of(
IncludeMacroStack.begin() + 1, IncludeMacroStack.end(),
- [](const IncludeStackInfo &ISI) -> bool { return IsFileLexer(ISI); });
+ [this](const IncludeStackInfo &ISI) -> bool { return IsFileLexer(ISI); });
}
/// getCurrentLexer - Return the current file lexer being lexed from. Note