[PATCH] D77491: [Sema] Introduce BuiltinAttr, per-declaration builtin-ness
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 14 08:19:48 PDT 2020
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
More information about the cfe-commits
mailing list