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 02b8ee2 commit 462fd33Copy full SHA for 462fd33
clang/lib/CodeGen/CGCall.cpp
@@ -2665,7 +2665,7 @@ void CodeGenModule::ConstructAttributeList(StringRef Name,
2665
llvm::AttributeSet::get(getLLVMContext(), Attrs);
2666
}
2667
2668
- // Apply `nonnull`, `dereferencable(N)` and `align N` to the `this` argument,
+ // Apply `nonnull`, `dereferenceable(N)` and `align N` to the `this` argument,
2669
// unless this is a thunk function.
2670
// FIXME: fix this properly, https://reviews.llvm.org/D100388
2671
if (FI.isInstanceMethod() && !IRFunctionArgs.hasInallocaArg() &&
0 commit comments