[FixCode] Make sure to accept the fixit in warning about 'where' syntax change.

This commit is contained in:
Argyrios Kyrtzidis
2016-08-02 12:59:16 -07:00
parent c04aadb1a8
commit 92c0980a88
3 changed files with 15 additions and 0 deletions

View File

@@ -603,6 +603,7 @@ private:
Info.ID == diag::attr_decl_attr_now_on_type.ID ||
Info.ID == diag::noescape_parameter.ID ||
Info.ID == diag::noescape_autoclosure.ID ||
Info.ID == diag::where_inside_brackets.ID ||
Info.ID == diag::selector_construction_suggest.ID ||
Info.ID == diag::selector_literal_deprecated_suggest.ID)
return true;