summaryrefslogtreecommitdiffstats
path: root/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Supply all checkers with a shouldRegister functionKristof Umann2019-01-261-1/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-1/+1
* [analyzer] Fix GCDAntipatternChecker to only fire when the semaphore is initi...George Karpenkov2018-07-161-1/+3
* [analyzer] Change the warning message for GCD antipattern checkerGeorge Karpenkov2018-05-161-2/+2
* [analyzer] Extend GCDAntipatternChecker to match group_enter/group_leave patternGeorge Karpenkov2018-03-231-43/+104
* [analyzer] Fix the matcher for GCDAntipattern to look for "signal" call in al...George Karpenkov2018-03-131-2/+2
* [analyzer] Move the GCDAsyncSemaphoreChecker to optin.performanceGeorge Karpenkov2018-03-121-0/+166