1. ef8f90c Modify the uninitialized field visitor to detect uninitialized use across the by Richard Trieu · 11 years ago
  2. 0b8220a -Wunused-private-fields: Don't try to check unresolved initializer expressions by Richard Smith · 12 years ago
  3. 381767f Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr. by Nico Weber · 12 years ago
  4. 4a410dd Rename warn-unused-member.cpp to warn-unused-private-field.cpp to by Nico Weber · 12 years ago[Renamed from test/SemaCXX/warn-unused-member.cpp]
  5. 2dc509d Introduce __has_feature(attribute_unused_on_fields) to determine whether by Daniel Jasper · 12 years ago
  6. 5c62ef5 Add test for -Wused-but-marked-unused on private fields. by Daniel Jasper · 12 years ago
  7. 0e9e9f8 Look at incomplete FunctionTemplateDecls in order to determine whether by Daniel Jasper · 12 years ago
  8. 568eae4 Allow __attribute__((unused)) for fields and make it silence by Daniel Jasper · 12 years ago
  9. f8cc02e Introduce -Wunused-private-field. If enabled, this warning detects by Daniel Jasper · 12 years ago