[PATCH] D140104: [clang][dataflow] Remove unused argument in getNullability
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 15 12:09:40 PST 2022
gribozavr2 added inline comments.
================
Comment at: clang/include/clang/AST/Type.h:2550
/// be lost by canonicalization and desugaring.
- Optional<NullabilityKind> getNullability(const ASTContext &context) const;
+ Optional<NullabilityKind> getNullability() const;
----------------
Could you add a temporary deprecated overload with the old signature that calls the no-arg function?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140104/new/
https://reviews.llvm.org/D140104
More information about the cfe-commits
mailing list