aaron.ballman added inline comments.
================ Comment at: clang/lib/Sema/SemaDecl.cpp:2088 + + if (Error || R.isNull()) + return nullptr; ---------------- Should we do this check *before* we create the C linkage decl spec above? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77491/new/ https://reviews.llvm.org/D77491 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits