Skip to content

Commit 740a272

Browse files
committed
remove stale FIXME
1 parent ea8260b commit 740a272

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/test/Analysis/initializer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ void considered_fields_initd() {
336336
#if __cplusplus >= 201703L
337337
enum Enum : int {
338338
};
339-
// FIXME: uncomment when CSA supports list init of enums
340339
void list_init_enum() {
341340
Enum *E = new Enum{53};
342341
clang_analyzer_eval(53 == *E); // expected-warning{{TRUE}}

0 commit comments

Comments
 (0)