Skip to content

Commit a1d5eca

Browse files
committed
Run clang-format over failing file
Not sure why a failure is being triggered here as we didn't touch this exact section. Our changes affect code a little further down in the file.
1 parent de602c9 commit a1d5eca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/utils/TableGen/ClangCommentCommandInfoEmitter.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ void clang::EmitClangCommentCommandInfo(RecordKeeper &Records,
3232
Record &Tag = *Tags[i];
3333
OS << " { "
3434
<< "\"" << Tag.getValueAsString("Name") << "\", "
35-
<< "\"" << Tag.getValueAsString("EndCommandName") << "\", "
36-
<< i << ", "
35+
<< "\"" << Tag.getValueAsString("EndCommandName") << "\", " << i << ", "
3736
<< Tag.getValueAsInt("NumArgs") << ", "
3837
<< Tag.getValueAsBit("IsInlineCommand") << ", "
3938
<< Tag.getValueAsBit("IsBlockCommand") << ", "

0 commit comments

Comments
 (0)