================ Comment at: include/clang/Basic/DiagnosticSemaKinds.td:2394 @@ +2393,3 @@ + "removed during optimization">, + InGroup<UndefinedBoolConversion>, DefaultIgnore; +def warn_address_of_reference_bool_conversion : Warning< ---------------- Should these really all be DefaultIgnore if we're optimizing these checks away?
http://reviews.llvm.org/D3999 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
