ilya-biryukov added a comment. Not sure if it's fine to hijack our own diagnostic-specific flags in to clang command args.
Const that I see: 1. There is no way for the users to turn them off if they find them non-useful. If we add a way, it would be more config parameters which overlap with other mechanism that we have - compiler flags. 2. Users who are used to having them as warnings will now see them as notes. Again, no way to tweak this behavior. What's our use-case? Maybe we should ask the clients to add -Wdeprecated if they care about those? PS In case I'm missing the context here, please let me know. Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D51747 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits