"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "3fca5e27e02f130917db7b9d6d7437414d740643"
Tweak insecureAPI analyzer checks to have the ability to be individually disabled.
The solution is a bit inefficient: it creates N checkers, one for each check, and each check does a dispatch on the function name. This is redundant, but we can fix this once we have the proper ability to enable/disable subchecks. Fixes <rdar://problem/11780180>. llvm-svn: 159459
Loading
Please register or sign in to comment