aaron.ballman added a comment.

I am really not keen on the name "obvious" for this module. What is obvious to 
one person is not always obvious to another. Also, if the checks are finding 
*obvious bugs*, then that suggests they should be implemented in the clang 
frontend rather than a tool that is run less frequently.

Since the checks are meant to be finding bugs rather than enforcing a coding 
standard, performance, readability, etc, a few possible alternative names:

`bugs-`
`correctness-`


https://reviews.llvm.org/D27815



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

Reply via email to