ahatanak added inline comments.

================
Comment at: include/clang/Basic/DiagnosticSemaKinds.td:8772
+def note_nullability_fix_it : Note<
+  "insert '%select{_Nonnull|_Nullable|_Null_unspecified}0' if the "
+  "%select{pointer|block pointer|member pointer|array parameter}1 "
----------------
Is the third option (_Null_unspecified) going to be used somewhere? I see the 
first two options are used in emitNullabilityConsistencyWarning, but not the 
third one.


Repository:
  rL LLVM

https://reviews.llvm.org/D27837



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to