File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -502,13 +502,13 @@ ClangDocContext::ClangDocContext(tooling::ExecutionContext *ECtx,
502
502
}
503
503
504
504
void ScopeChildren::sort () {
505
- llvm::sort (Namespaces. begin (), Namespaces. end () );
506
- llvm::sort (Records. begin (), Records. end () );
507
- llvm::sort (Functions. begin (), Functions. end () );
508
- llvm::sort (Enums. begin (), Enums. end () );
509
- llvm::sort (Typedefs. begin (), Typedefs. end () );
510
- llvm::sort (Concepts. begin (), Concepts. end () );
511
- llvm::sort (Variables. begin (), Variables. end () );
505
+ llvm::sort (Namespaces);
506
+ llvm::sort (Records);
507
+ llvm::sort (Functions);
508
+ llvm::sort (Enums);
509
+ llvm::sort (Typedefs);
510
+ llvm::sort (Concepts);
511
+ llvm::sort (Variables);
512
512
}
513
513
} // namespace doc
514
514
} // namespace clang
You can’t perform that action at this time.
0 commit comments