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
/
lib
/
Parse
/
AttributeList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename attributes 'objc_ownership...' to 'ns_ownership...'.
Ted Kremenek
2009-05-04
1
-11
/
+9
*
Rename attributes:
Ted Kremenek
2009-05-04
1
-8
/
+8
*
Implement ownership attribute 'objc_ownership_make_collectable'. This allows one
Ted Kremenek
2009-04-28
1
-0
/
+4
*
Add two new checker-specific attributes: 'objc_ownership_release' and
Ted Kremenek
2009-04-27
1
-1
/
+7
*
Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same
Ted Kremenek
2009-04-27
1
-0
/
+5
*
accept an ignore the no_instrument_function attribute. Since we don't
Chris Lattner
2009-04-25
1
-0
/
+2
*
Hook up attribute 'objc_ownership_retain' to the analyzer. This attribute allows
Ted Kremenek
2009-04-25
1
-1
/
+1
*
Add new checker-specific attribute 'objc_ownership_retain'. This isn't hooked up
Ted Kremenek
2009-04-25
1
-0
/
+3
*
Add new checker-specific attribute 'objc_ownership_returns'. This isn't hooked
Ted Kremenek
2009-04-24
1
-0
/
+4
*
the __gnuc_inline__ attribute is actually named __gnu_inline__,
Chris Lattner
2009-04-20
1
-1
/
+1
*
recognize the gnuc_inline attribute.
Chris Lattner
2009-04-14
1
-0
/
+1
*
sink abstract typedefs like Action::ExprTy from the Action class
Chris Lattner
2009-04-11
1
-3
/
+4
*
Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allows
Ted Kremenek
2009-04-10
1
-0
/
+1
*
Besides the warning, issue unsupported diagnostics in
Fariborz Jahanian
2009-03-27
1
-0
/
+1
*
Add Parse/Sema support for weak_import attribute.
Daniel Dunbar
2009-03-06
1
-0
/
+1
*
don't new[] an empty array when an AttributeList has
Chris Lattner
2009-02-19
1
-5
/
+9
*
gcc spells it "warn_unused_result" (already supported) not "warnunusedresult"
Chris Lattner
2009-02-17
1
-3
/
+0
*
just ignore hte format_arg attribute for now, it doesn't have any semantic im...
Chris Lattner
2009-02-14
1
-2
/
+4
*
add parser and type checking support for attribute((objc_exception)).
Chris Lattner
2009-02-14
1
-0
/
+3
*
Several related changes:
Chris Lattner
2009-02-14
1
-0
/
+3
*
Don't ignore the const attribute - we even have CG support for that. Do ignor...
Anders Carlsson
2009-02-14
1
-2
/
+2
*
ignore the const attribute for now.
Chris Lattner
2009-02-14
1
-0
/
+1
*
Sema/AST support for attribute used. Patch by Anders Johnson (with small twea...
Daniel Dunbar
2009-02-13
1
-0
/
+1
*
Add a new Ignored attribute type, and use it for may_alias.
Anders Carlsson
2009-02-13
1
-0
/
+1
*
Add sema support for the nodebug attribute.
Anders Carlsson
2009-02-13
1
-0
/
+1
*
Support __attribute__(section(<name>))
Daniel Dunbar
2009-02-12
1
-2
/
+3
*
Initial implementation of function overloading in C.
Douglas Gregor
2009-02-11
1
-0
/
+3
*
Implement Declarator::getSourceRange().
Sebastian Redl
2009-02-09
1
-1
/
+1
*
Add sema support for the cleanup attribute.
Anders Carlsson
2009-01-31
1
-0
/
+1
*
Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type
Fariborz Jahanian
2009-01-13
1
-0
/
+1
*
Semantics of @protocol attributes.
Fariborz Jahanian
2008-12-17
1
-0
/
+1
*
Add attribute always_inline support.
Daniel Dunbar
2008-10-28
1
-0
/
+1
*
Add parsing of the sentinel attribute. Still need to create the attribute.
Anders Carlsson
2008-10-05
1
-0
/
+1
*
Finish pushing blocks attribute through the clang attribute machinery.
Steve Naroff
2008-09-18
1
-0
/
+1
*
Add support for parsing the objc_gc attribute. Tests will come shortly.
Anders Carlsson
2008-08-23
1
-0
/
+1
*
Support __attribute__(({con,de}structor)) in Parse & Sema
Daniel Dunbar
2008-07-31
1
-0
/
+3
*
Use lowercase of attribute iboutlet to not conflict with the macro IBOutlet
Ted Kremenek
2008-07-15
1
-1
/
+1
*
Added parsing/sema support for __attribute__ ((IBOutlet)), a clang-specific a...
Ted Kremenek
2008-07-15
1
-1
/
+2
*
implement the alias attirbute (in both Sema and Codegen)
Nuno Lopes
2008-06-08
1
-0
/
+3
*
Implementation of gcc mode attribute; this is significant because
Eli Friedman
2008-05-27
1
-0
/
+1
*
initial support for recognizing __transparent_union__ attributes
Nuno Lopes
2008-04-25
1
-0
/
+3
*
OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.
Nate Begeman
2008-04-18
1
-1
/
+1
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+98