Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
135bf8ee69e2ae2daea4f713381995028c41e264
/
test
/
Sema
/
attr-deprecated.c
350e956
-Wdeprecated warning to include reference (as a note)
by Fariborz Jahanian
· 12 years ago
fc038e9
Remove a non-gcc-compatible extension that would apply attributes on declarations without a declarator to structs. Add a warning for ignored attributes. Patch by Michael Han.
by Eli Friedman
· 13 years ago
39b4fc8
pinpoint name/location of deprecated/unavailable enumerator
by Fariborz Jahanian
· 13 years ago
97db726
c - Enumerators may inherit the deprecated/unavailable
by Fariborz Jahanian
· 13 years ago
54001c1
Check for deprecated/unavailable/etc attributes on fields that are
by Douglas Gregor
· 13 years ago
4820908
Document Clang's support for attributes on individual enumerators and
by John McCall
· 14 years ago
5b629aa
Parse attributes on enumerators and instantiate attributes on enum decls.
by John McCall
· 14 years ago
7d5c45e
Add support for differentiating between attributes ignored when handled and
by Chandler Carruth
· 14 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
54abf7d
Change our basic strategy for avoiding deprecation warnings when the decl use
by John McCall
· 15 years ago
5233826
Implement rdar://6756623 - use of deprecated type in deprecated typedef should not warn
by Chris Lattner
· 15 years ago
d451f83
When parsing a top level struct declaration, make sure to
by Chris Lattner
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
22bd905
diagnose uses of deprecated typenames and tags.
by Chris Lattner
· 16 years ago
553905d
add support for deprecated objc ivars.
by Chris Lattner
· 16 years ago
cfdff38
Add support for deprecated members of RecordDecls (e.g. struct fields).
by Chris Lattner
· 16 years ago
61a0f17
allow implementations of deprecated functions to use deprecated symbols.
by Chris Lattner
· 16 years ago
4238254
new tests, it would be nice to not warn on the second one.
by Chris Lattner
· 16 years ago
b235caa
Start warning about unknown attributes.
by Anders Carlsson
· 16 years ago
f37da0e
rename some attr tests for consistency.
by Chris Lattner
· 16 years ago
[Renamed from test/Sema/attributes.c]
ddee423
Add a bunch of attributes, patch by Nuno Lopes.
by Chris Lattner
· 17 years ago