index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Sema
/
attr-deprecated.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check for deprecated/unavailable/etc attributes on fields that are
Douglas Gregor
2011-06-29
1
-0
/
+2
*
Document Clang's support for attributes on individual enumerators and
John McCall
2010-11-08
1
-0
/
+2
*
Parse attributes on enumerators and instantiate attributes on enum decls.
John McCall
2010-10-22
1
-0
/
+11
*
Add support for differentiating between attributes ignored when handled and
Chandler Carruth
2010-07-08
1
-3
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Change our basic strategy for avoiding deprecation warnings when the decl use
John McCall
2009-11-04
1
-0
/
+45
*
Implement rdar://6756623 - use of deprecated type in deprecated typedef shoul...
Chris Lattner
2009-10-25
1
-0
/
+6
*
When parsing a top level struct declaration, make sure to
Chris Lattner
2009-10-25
1
-0
/
+6
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
diagnose uses of deprecated typenames and tags.
Chris Lattner
2009-02-16
1
-0
/
+2
*
add support for deprecated objc ivars.
Chris Lattner
2009-02-16
1
-0
/
+1
*
Add support for deprecated members of RecordDecls (e.g. struct fields).
Chris Lattner
2009-02-16
1
-0
/
+8
*
allow implementations of deprecated functions to use deprecated symbols.
Chris Lattner
2009-02-15
1
-1
/
+1
*
new tests, it would be nice to not warn on the second one.
Chris Lattner
2009-02-14
1
-0
/
+9
*
Start warning about unknown attributes.
Anders Carlsson
2009-02-13
1
-1
/
+1
*
rename some attr tests for consistency.
Chris Lattner
2008-06-26
1
-0
/
+25