]> granicus.if.org Git - clang/commit
[analyzer] Move the GCDAsyncSemaphoreChecker to optin.performance
authorGeorge Karpenkov <ekarpenkov@apple.com>
Mon, 12 Mar 2018 18:27:36 +0000 (18:27 +0000)
committerGeorge Karpenkov <ekarpenkov@apple.com>
Mon, 12 Mar 2018 18:27:36 +0000 (18:27 +0000)
commit89132b0bb6cab30e9ac3a711210373f5eec18568
treec3653536811ffb9d54f5f9411f3e465809492c2b
parentb031fdc9b7dbd9c7f942d8060a4f00d63f3c9af2
[analyzer] Move the GCDAsyncSemaphoreChecker to optin.performance

rdar://38383753

Differential Revision: https://reviews.llvm.org/D44228

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@327309 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/CMakeLists.txt
lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp [moved from lib/StaticAnalyzer/Checkers/GCDAsyncSemaphoreChecker.cpp with 78% similarity]
test/Analysis/gcdantipatternchecker_test.m [moved from test/Analysis/gcdasyncsemaphorechecker_test.m with 58% similarity]