| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename warn-unused-member.cpp to warn-unused-private-field.cpp to | Nico Weber | 2012-07-20 | 1 | -211/+0 |
| * | Introduce __has_feature(attribute_unused_on_fields) to determine whether | Daniel Jasper | 2012-06-27 | 1 | -0/+7 |
| * | Add test for -Wused-but-marked-unused on private fields. | Daniel Jasper | 2012-06-25 | 1 | -2/+4 |
| * | Look at incomplete FunctionTemplateDecls in order to determine whether | Daniel Jasper | 2012-06-14 | 1 | -0/+7 |
| * | Allow __attribute__((unused)) for fields and make it silence | Daniel Jasper | 2012-06-13 | 1 | -0/+2 |
| * | Introduce -Wunused-private-field. If enabled, this warning detects | Daniel Jasper | 2012-06-06 | 1 | -0/+193 |

