Orlando added inline comments.
================
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:2225
+ !CXXDecl->isLambda() && !isClassOrMethodDLLImport(CXXDecl)) {
+ for (const auto *ctor : CXXDecl->ctors()) {
+ if (ctor->isUserProvided())
----------------
Nit: Should `ctor` be `Ctor` here?
I'm just passing by, please don't wait on any approval from me for this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72427/new/
https://reviews.llvm.org/D72427
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits