| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [analyzer] Move UninitializedObjectChecker out of alpha | Kristof Umann | 2019-04-19 | 1 | -6/+6 |
| | | | | | | | | | | Moved UninitializedObjectChecker from the 'alpha.cplusplus' to the 'optin.cplusplus' package. Differential Revision: https://reviews.llvm.org/D58573 llvm-svn: 358797 | ||||
| * | [analyzer] Emit an error rather than assert on invalid checker option input | Kristof Umann | 2019-03-08 | 1 | -0/+14 |
| | | | | | | | | | | | | Asserting on invalid input isn't very nice, hence the patch to emit an error instead. This is the first of many patches to overhaul the way we handle checker options. Differential Revision: https://reviews.llvm.org/D57850 llvm-svn: 355704 | ||||
| * | [analyzer][UninitializedObjectChecker] New flag to ignore records based on ↵ | Kristof Umann | 2018-09-14 | 1 | -0/+136 |
| it's fields Based on a suggestion from @george.karpenkov. In some cases, structs are used as unions with a help of a tag/kind field. This patch adds a new string flag (a pattern), that is matched against the fields of a record, and should a match be found, the entire record is ignored. For more info refer to http://lists.llvm.org/pipermail/cfe-dev/2018-August/058906.html and to the responses to that, especially http://lists.llvm.org/pipermail/cfe-dev/2018-August/059215.html. Differential Revision: https://reviews.llvm.org/D51680 llvm-svn: 342220 | |||||

