alexfh added a comment. Adding a mechanism to supply suppression lists would be useful as long as it's flexible and extensible enough and doesn't significantly affect performance (especially, when not in use). In particular, it shouldn't be bound to a specific format or a specific way to store the data (there might be a default format and a default storage schema similar to .clang-tidy configuration files, but it should be easy, for example, to plug a database-backed source of suppression lists). Another important feature is a convenient way to add new suppressions. If you're willing to invest time in designing and implementing this, I'm happy to help with ideas and code reviews.
https://reviews.llvm.org/D26418 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits