srhines added a comment.

In https://reviews.llvm.org/D33304#758621, @joerg wrote:

> I find the use of "must" at the very least inappropriate. If there was no use 
> case for not including it, it wouldn't be an option. There is also nothing 
> really Android-specific here beside maybe the open64 mess.


On Android, we are requiring this flag. That is why this is part of a new 
category of Android-specific tidy rules. If you think this belongs more 
generally in a different category for tidy, can you suggest somewhere else to 
put it? We didn't want to impose these restrictions for platforms that might 
not want to be so strict. Also, as with any static analysis, there is the 
possibility that the original code author intended to "break" the rules, but 
that is what NOLINT is for.


https://reviews.llvm.org/D33304



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

Reply via email to