Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer][UninitializedObjectChecker] New flag to turn off dereferencing | Kristof Umann | 2018-08-07 | 1 | -1/+4 |
| | | | | | | | | | | | 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 | ||||
* | [analyzer][UninitializedObjectChecker] Added a NotesAsWarnings flag | Kristof Umann | 2018-06-29 | 1 | -0/+15 |
In order to better support consumers of the plist output that don't parse note entries just yet, a 'NotesAsWarnings' flag was added. If it's set to true, all notes will be converted to warnings. Differential Revision: https://reviews.llvm.org/D48285 llvm-svn: 335964 |