JonasToth added inline comments.

================
Comment at: clang-tidy/modernize/DeprecatedIosBaseAliasesCheck.cpp:34
+  // provide any benefit to other languages, despite being benign.
+  if (!getLangOpts().CPlusPlus)
+    return;
----------------
Which standard supplies the replacement functionality? e.g. for C++98 the 
warning is probably not relevant because there is no way to replace the 
deprecated types, but for C++17 it is possible.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D51332



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

Reply via email to