| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [analyzer] Move UninitializedObjectChecker out of alpha | Kristof Umann | 2019-04-19 | 1 | -1/+1 |
| | | | | | | | | | | Moved UninitializedObjectChecker from the 'alpha.cplusplus' to the 'optin.cplusplus' package. Differential Revision: https://reviews.llvm.org/D58573 llvm-svn: 358797 | ||||
| * | [analyzer][UninitializedObjectChecker] New flag to turn off dereferencing | Kristof Umann | 2018-08-07 | 1 | -0/+27 |
| Even for a checker being in alpha, some reports about pointees held so little value to the user that it's safer to disable pointer/reference chasing for now. It can be enabled with a new flag, in which case checker should function as it has always been. This can be set with `CheckPointeeInitialization`. Differential Revision: https://reviews.llvm.org/D49438 llvm-svn: 339135 | |||||

