[PATCH] D47757: [Sema] Produce diagnostics when unavailable aligned allocation/deallocation functions are called
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 20 13:19:47 PST 2018
rsmith accepted this revision.
rsmith added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/Sema/SemaExpr.cpp:54
/// emitting diagnostics.
bool Sema::CanUseDecl(NamedDecl *D, bool TreatUnavailableAsInvalid) {
// See if this is an auto-typed variable whose initializer we are parsing.
----------------
Does this also need to be updated?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D47757/new/
https://reviews.llvm.org/D47757
More information about the cfe-commits
mailing list