We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72fc17 commit 5bbb01bCopy full SHA for 5bbb01b
clang/lib/CodeGen/CGDebugInfo.h
@@ -352,8 +352,8 @@ class CGDebugInfo {
352
/// __builtin_verbose_trap to subprograms.
353
llvm::StringMap<llvm::DISubprogram *> InlinedTrapFuncMap;
354
355
- // A function that returns the subprogram corresponding to the artificial
356
- // inlined function for traps.
+ /// A function that returns the subprogram corresponding to the artificial
+ /// inlined function for traps.
357
llvm::DISubprogram *createInlinedTrapSubprogram(StringRef FuncName,
358
llvm::DIFile *FileScope);
359
0 commit comments