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 01a46bd commit ec3589eCopy full SHA for ec3589e
clang/lib/CodeGen/CGExpr.cpp
@@ -4000,7 +4000,7 @@ void CodeGenFunction::EmitCfiCheckFail() {
4000
IntPtrTy);
4001
4002
// TODO: the instructions above are not annotated with debug info. It is
4003
- // inconvenient to do so because we hadn't determined the SanitizerKind yet.
+ // inconvenient to do so because we have not determined SanitizerKind yet.
4004
const std::pair<int, SanitizerKind::SanitizerOrdinal> CheckKinds[] = {
4005
{CFITCK_VCall, SanitizerKind::SO_CFIVCall},
4006
{CFITCK_NVCall, SanitizerKind::SO_CFINVCall},
0 commit comments