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 abd3c27 commit 47cac54Copy full SHA for 47cac54
clang/lib/CodeGen/CodeGenModule.cpp
@@ -2048,7 +2048,8 @@ StringRef CodeGenModule::getMangledName(GlobalDecl GD) {
2048
ND));
2049
2050
// This invariant should hold true in the future.
2051
- // Prior work: https://discourse.llvm.org/t/rfc-clang-diagnostic-for-demangling-failures/82835/8
+ // Prior work:
2052
+ // https://discourse.llvm.org/t/rfc-clang-diagnostic-for-demangling-failures/82835/8
2053
// https://github.com/llvm/llvm-project/issues/111345
2054
// assert(llvm::isMangledName(MangledName) &&
2055
// llvm::demangle(MangledName) != MangledName &&
0 commit comments