Skip to content

Commit 5bbb01b

Browse files
committed
Use three forward slashes
1 parent c72fc17 commit 5bbb01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/CodeGen/CGDebugInfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ class CGDebugInfo {
352352
/// __builtin_verbose_trap to subprograms.
353353
llvm::StringMap<llvm::DISubprogram *> InlinedTrapFuncMap;
354354

355-
// A function that returns the subprogram corresponding to the artificial
356-
// inlined function for traps.
355+
/// A function that returns the subprogram corresponding to the artificial
356+
/// inlined function for traps.
357357
llvm::DISubprogram *createInlinedTrapSubprogram(StringRef FuncName,
358358
llvm::DIFile *FileScope);
359359

0 commit comments

Comments
 (0)