Skip to content

Commit

Permalink
Remove a stale FIXME comment; NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronBallman committed May 13, 2022
1 parent ee6754c commit d364307
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clang/test/Sema/warn-strict-prototypes.m
Expand Up @@ -14,9 +14,6 @@ void foo() { // expected-warning {{a function declaration without a prototype is
void (^block)() = // expected-warning {{a block declaration without a prototype is deprecated}}
^void(int arg) { // no warning
};
// FIXME: this should say "a block declaration" instead, but block literal
// expressions do not track their full declarator information, so we don't
// know it's a block when diagnosing.
void (^block2)(void) = ^void() {
};
void (^block3)(void) = ^ { // no warning
Expand Down

0 comments on commit d364307

Please sign in to comment.