jdoerfert added inline comments.
================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:10598
+ CGM.getCXXABI().getMangleContext().mangleTypeName(VD->getType(), OS);
+ OS << "_" << VD->getName() << "_l" << Line;
VarName = OS.str();
----------------
What if the code is not C++?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103995/new/
https://reviews.llvm.org/D103995
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits