File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -821,7 +821,7 @@ llvm::Error ClangDocBitcodeReader::readSubBlock(unsigned ID, T I) {
821821
822822ClangDocBitcodeReader::Cursor
823823ClangDocBitcodeReader::skipUntilRecordOrBlock (unsigned &BlockOrRecordID) {
824- llvm::TimeTraceScope (" Reducing infos" ," skipUntilRecordOrBlock" );
824+ llvm::TimeTraceScope (" Reducing infos" , " skipUntilRecordOrBlock" );
825825 BlockOrRecordID = 0 ;
826826
827827 while (!Stream.AtEndOfStream ()) {
Original file line number Diff line number Diff 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))
You can’t perform that action at this time.
0 commit comments