We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b277c commit 8ab376aCopy full SHA for 8ab376a
clang/include/clang/Sema/Sema.h
@@ -2518,7 +2518,7 @@ class Sema final : public SemaBase {
2518
2519
bool BuiltinNonDeterministicValue(CallExpr *TheCall);
2520
2521
- bool IsBuiltinCountedByRef(const Expr *E) {
+ bool IsBuiltinCountedByRef(const Expr *E) const {
2522
const CallExpr *CE =
2523
E ? dyn_cast<CallExpr>(E->IgnoreParenImpCasts()) : nullptr;
2524
return CE && CE->getBuiltinCallee() == Builtin::BI__builtin_counted_by_ref;
0 commit comments