Jiri Slaby 2022-10-25 06:52:59 +00:00 committed by Git OBS Bridge
parent 245af7d5da
commit 560ab21665
2 changed files with 5 additions and 1 deletions

View File

@ -415,7 +415,6 @@ BuildInputAnnotations(const SourceMgr &SM, unsigned CheckFileBufferID,
"the check file or for an implicit pattern");
if (DiagCountPerPattern[DiagItr->CheckLoc] > 1)
Label << "'" << DiagIndexPerPattern[DiagItr->CheckLoc]++;
Label.flush();
LabelWidth = std::max((std::string::size_type)LabelWidth, A.Label.size());
A.Marker = GetMarker(DiagItr->MatchTy);

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 25 06:52:33 UTC 2022 - Jiri Slaby <jslaby@suse.cz>
- update FileCheck.cpp to llvm 14's
-------------------------------------------------------------------
Tue Sep 6 09:21:23 UTC 2022 - Jiri Slaby <jslaby@suse.cz>