Skip to content

Commit 1d45ee0

Browse files
committed
format
Created using spr 1.3.6
1 parent 7488475 commit 1d45ee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/lib/Basic/Diagnostic.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,11 +538,11 @@ WarningsSpecialCaseList::create(const llvm::MemoryBuffer &Input,
538538

539539
void WarningsSpecialCaseList::processSections(DiagnosticsEngine &Diags) {
540540
static constexpr auto WarningFlavor = clang::diag::Flavor::WarningOrError;
541-
for (const auto& SectionEntry : Sections) {
541+
for (const auto &SectionEntry : Sections) {
542542
StringRef DiagGroup = SectionEntry.SectionStr;
543543
if (DiagGroup == "*") {
544-
// Drop the default section introduced by special case list, we only support
545-
// exact diagnostic group names.
544+
// Drop the default section introduced by special case list, we only
545+
// support exact diagnostic group names.
546546
// FIXME: We should make this configurable in the parser instead.
547547
continue;
548548
}

0 commit comments

Comments
 (0)