Skip to content

Commit 5195daf

Browse files
authored
[clang][bytecode][NFC] Remove an outdated comment (#171569)
Both implementations emit the same diagnostics these days.
1 parent c567e28 commit 5195daf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/test/AST/ByteCode/new-delete.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,6 @@ namespace DeleteRunsDtors {
523523
static_assert(abc2() == 1);
524524
}
525525

526-
/// FIXME: There is a slight difference in diagnostics here.
527526
namespace FaultyDtorCalledByDelete {
528527
struct InnerFoo {
529528
int *mem;

0 commit comments

Comments
 (0)