Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BlockInCriticalSectionChecker - silence static analyzer dyn_cast null derefer... | Simon Pilgrim | 2019-10-13 | 1 | -1/+1 |
* | [analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports. | Artem Dergachev | 2019-09-09 | 1 | -1/+2 |
* | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -1/+1 |
* | [analyzer] Supply all checkers with a shouldRegister function | Kristof Umann | 2019-01-26 | 1 | -0/+4 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend | Kristof Umann | 2018-12-15 | 1 | -1/+1 |
* | [analyzer] lock_guard and unique_lock extension for BlockInCriticalSection ch... | Gabor Horvath | 2017-10-30 | 1 | -11/+43 |
* | [analyzer] Extend block in critical section check with C11 and Pthread APIs. | Gabor Horvath | 2017-03-10 | 1 | -13/+57 |
* | [analyzer] Add a checker that detects blocks in critical sections | Anna Zaks | 2016-09-20 | 1 | -0/+109 |