[PATCH] D34102: [analyzer] Add portability package for the checkers.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 16 08:21:58 PDT 2017
NoQ added a comment.
Here's a version of the patch without `.unix`. I'd still hate it to re-add the subpackages if we decide to turn some portability checkers on and off depending on language/platform (eg. checkers for portability across linux/bsd should be off on windows by default, checkers for non-portable C++ APIs should be off in plain C code, etc.).
https://reviews.llvm.org/D34102
More information about the cfe-commits
mailing list