Lines Matching +full:auto +full:- +full:detects
1 //===- SymbolRemappingReader.cpp - Read symbol remapping file -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
31 auto ReportError = [&](Twine Msg) {
39 // line_iterator only detects comments starting in column 1.
44 Line.split(Parts, ' ', /*MaxSplits*/-1, /*KeepEmpty*/false);