This change will allow users to call getNullability() without providing an ASTContext.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/include/clang/AST/Type.h | ||
|---|---|---|
| 2550–2552 | Could you add a temporary deprecated overload with the old signature that calls the no-arg function? | |
| clang/lib/Sema/SemaExpr.cpp | ||
|---|---|---|
| 9072 | This now gives a warning | |
| clang/lib/Sema/SemaExpr.cpp | ||
|---|---|---|
| 9072 | Thank you for pointing this out! This patch should resolve this: https://reviews.llvm.org/D140211 | |
| clang/lib/Sema/SemaExpr.cpp | ||
|---|---|---|
| 9072 | Thank you for addressing this as it is breaking one of our bots: | |
Could you add a temporary deprecated overload with the old signature that calls the no-arg function?