fdeazeve added inline comments.
================ Comment at: clang/lib/CodeGen/CGDebugInfo.h:494 + CGBuilderTy &Builder, + const bool UsePointerValue = false); ---------------- FWIW I used a `const` bool here to match the style already present in this class ================ Comment at: clang/lib/CodeGen/CGDecl.cpp:2482 + CGM.getCodeGenOpts().hasReducedDebugInfo() && + !CurFuncIsThunk && !NoDebugInfo; + ---------------- this is hoisted from below Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D141381/new/ https://reviews.llvm.org/D141381 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits