[PATCH] D70696: [DebugInfo] Support to emit debugInfo for extern variables
Yonghong Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 11:29:24 PST 2019
yonghong-song marked an inline comment as done.
yonghong-song added inline comments.
================
Comment at: clang/lib/Sema/Sema.cpp:1140
+ for (auto D: ExternalDeclarations) {
+ if (!D || D->isInvalidDecl() || D->getPreviousDecl() || !D->isUsed())
----------------
aprantl wrote:
> clang-format
Thanks for the review! Will update the patch today after running clang-format.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70696/new/
https://reviews.llvm.org/D70696
More information about the llvm-commits
mailing list