Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d867422c86914e055b8772ec1f22b349e15de94b
/
test
/
SemaCXX
/
warn-unused-private-field.cpp
ef8f90c
Modify the uninitialized field visitor to detect uninitialized use across the
by Richard Trieu
· 11 years ago
0b8220a
-Wunused-private-fields: Don't try to check unresolved initializer expressions
by Richard Smith
· 12 years ago
381767f
Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nullptr.
by Nico Weber
· 12 years ago
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]
2dc509d
Introduce __has_feature(attribute_unused_on_fields) to determine whether
by Daniel Jasper
· 12 years ago
5c62ef5
Add test for -Wused-but-marked-unused on private fields.
by Daniel Jasper
· 12 years ago
0e9e9f8
Look at incomplete FunctionTemplateDecls in order to determine whether
by Daniel Jasper
· 12 years ago
568eae4
Allow __attribute__((unused)) for fields and make it silence
by Daniel Jasper
· 12 years ago
f8cc02e
Introduce -Wunused-private-field. If enabled, this warning detects
by Daniel Jasper
· 12 years ago