Skip to content

Commit 0ae98bf

Browse files
committed
[clang-doc] clang-format
1 parent 4196d1b commit 0ae98bf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

clang-tools-extra/clang-doc/BitcodeReader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ llvm::Error ClangDocBitcodeReader::readSubBlock(unsigned ID, T I) {
821821

822822
ClangDocBitcodeReader::Cursor
823823
ClangDocBitcodeReader::skipUntilRecordOrBlock(unsigned &BlockOrRecordID) {
824-
llvm::TimeTraceScope("Reducing infos","skipUntilRecordOrBlock");
824+
llvm::TimeTraceScope("Reducing infos", "skipUntilRecordOrBlock");
825825
BlockOrRecordID = 0;
826826

827827
while (!Stream.AtEndOfStream()) {

clang-tools-extra/clang-doc/Mapper.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ template <typename T> bool MapASTVisitor::mapDecl(const T *D) {
3535
if (D->getParentFunctionOrMethod())
3636
return true;
3737

38-
llvm::timeTraceProfilerBegin("Mapping declaration",
39-
"emit info from astnode");
38+
llvm::timeTraceProfilerBegin("Mapping declaration", "emit info from astnode");
4039
llvm::SmallString<128> USR;
4140
// If there is an error generating a USR for the decl, skip this decl.
4241
if (index::generateUSRForDecl(D, USR))

0 commit comments

Comments
 (0)