[PATCH] D52423: [analyzer] Make ConversionChecker load StdCLibraryFunctionsChecker

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 24 10:43:40 PDT 2018


NoQ added a comment.

Maybe just move `StdCLibraryFunctionsChecker` to `core`? (`.apiModeling`?) We officially don't support disabling `core`, so i guess it kinda solves the issue. Also all of our languages are C-based, these functions are present on all platforms (if any of those aren't, we could split them out and keep in `unix`).


Repository:
  rC Clang

https://reviews.llvm.org/D52423





More information about the cfe-commits mailing list