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 ea8260b commit 740a272Copy full SHA for 740a272
clang/test/Analysis/initializer.cpp
@@ -336,7 +336,6 @@ void considered_fields_initd() {
336
#if __cplusplus >= 201703L
337
enum Enum : int {
338
};
339
-// FIXME: uncomment when CSA supports list init of enums
340
void list_init_enum() {
341
Enum *E = new Enum{53};
342
clang_analyzer_eval(53 == *E); // expected-warning{{TRUE}}
0 commit comments