Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 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] Extend ObjCAutoreleaseWriteChecker to catch block declarations wit... | George Karpenkov | 2018-05-16 | 1 | -7/+12 |
* | [analyzer] Extend the ObjCAutoreleaseWriteChecker to warn on captures as well | George Karpenkov | 2018-05-14 | 1 | -29/+51 |
* | [analyzer] Ignore the nullability quantifiers for autoreleasewritechecker | George Karpenkov | 2018-05-11 | 1 | -2/+2 |
* | [analyzer] ObjCAutoreleaseWrite: Support a few more APIs and fix warning text. | Artem Dergachev | 2018-04-27 | 1 | -6/+31 |
* | [analyzer] Path-insensitive checker for writes into an auto-releasing pointer | George Karpenkov | 2018-03-29 | 1 | -0/+157 |