index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Parse
/
AttributeList.cpp
Age
Commit message (
Expand
)
Author
2009-11-09
Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen
Eli Friedman
2009-10-29
StringSwitch-ify attribute name mapping.
Douglas Gregor
2009-10-18
PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients
Daniel Dunbar
2009-10-17
Rewrite AttributeList::getKind to use StringRef API.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-09
map previously ignored __attribute((malloc)) to noalias attribute of llvm fun...
Ryan Flynn
2009-06-26
OpenCL 1.0 support: attributes
Nate Begeman
2009-06-08
Add real parsing for __declspec. It doesn't make much of a difference
Eli Friedman
2009-05-20
implementation of format_arg for ObjC methods/functions.
Fariborz Jahanian
2009-05-09
Add back attribute string lookup for 'ns_returns_retained' and
Ted Kremenek
2009-05-08
Remove experimental ownership attributes from Clang.
Ted Kremenek
2009-05-07
More attribute renaming:
Ted Kremenek
2009-05-05
Implement attribute 'ns_autorelease'.
Ted Kremenek
2009-05-05
Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned').
Ted Kremenek
2009-05-05
Rename ownership attributes:
Ted Kremenek
2009-05-04
Rename attribute 'ns_ownership_returns' to 'ns_returns_ownership'.
Ted Kremenek
2009-05-04
Remove experimental attribute 'ns_ownership_make_collectable.'
Ted Kremenek
2009-05-04
Rename attributes 'objc_ownership...' to 'ns_ownership...'.
Ted Kremenek
2009-05-04
Rename attributes:
Ted Kremenek
2009-04-28
Implement ownership attribute 'objc_ownership_make_collectable'. This allows one
Ted Kremenek
2009-04-27
Add two new checker-specific attributes: 'objc_ownership_release' and
Ted Kremenek
2009-04-27
Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same
Ted Kremenek
2009-04-25
accept an ignore the no_instrument_function attribute. Since we don't
Chris Lattner
2009-04-25
Hook up attribute 'objc_ownership_retain' to the analyzer. This attribute allows
Ted Kremenek
2009-04-25
Add new checker-specific attribute 'objc_ownership_retain'. This isn't hooked up
Ted Kremenek
2009-04-24
Add new checker-specific attribute 'objc_ownership_returns'. This isn't hooked
Ted Kremenek
2009-04-20
the __gnuc_inline__ attribute is actually named __gnu_inline__,
Chris Lattner
2009-04-14
recognize the gnuc_inline attribute.
Chris Lattner
2009-04-11
sink abstract typedefs like Action::ExprTy from the Action class
Chris Lattner
2009-04-10
Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allows
Ted Kremenek
2009-03-27
Besides the warning, issue unsupported diagnostics in
Fariborz Jahanian
2009-03-06
Add Parse/Sema support for weak_import attribute.
Daniel Dunbar
2009-02-19
don't new[] an empty array when an AttributeList has
Chris Lattner
2009-02-17
gcc spells it "warn_unused_result" (already supported) not "warnunusedresult"
Chris Lattner
2009-02-14
just ignore hte format_arg attribute for now, it doesn't have any semantic im...
Chris Lattner
2009-02-14
add parser and type checking support for attribute((objc_exception)).
Chris Lattner
2009-02-14
Several related changes:
Chris Lattner
2009-02-14
Don't ignore the const attribute - we even have CG support for that. Do ignor...
Anders Carlsson
2009-02-14
ignore the const attribute for now.
Chris Lattner
2009-02-13
Sema/AST support for attribute used. Patch by Anders Johnson (with small twea...
Daniel Dunbar
2009-02-13
Add a new Ignored attribute type, and use it for may_alias.
Anders Carlsson
2009-02-13
Add sema support for the nodebug attribute.
Anders Carlsson
2009-02-12
Support __attribute__(section(<name>))
Daniel Dunbar
2009-02-11
Initial implementation of function overloading in C.
Douglas Gregor
2009-02-09
Implement Declarator::getSourceRange().
Sebastian Redl
2009-01-31
Add sema support for the cleanup attribute.
Anders Carlsson
2009-01-13
Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type
Fariborz Jahanian
2008-12-17
Semantics of @protocol attributes.
Fariborz Jahanian
2008-10-28
Add attribute always_inline support.
Daniel Dunbar
2008-10-05
Add parsing of the sentinel attribute. Still need to create the attribute.
Anders Carlsson
[next]