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
/
Sema
/
SemaDeclAttr.cpp
Age
Commit message (
Expand
)
Author
2009-05-04
Rename attributes:
Ted Kremenek
2009-05-04
Remove support for ObjCMethodDecl attributes that appear between the
Ted Kremenek
2009-04-30
Allow attributes 'objc_ownership_retain' and 'objc_ownership_release' to be
Ted Kremenek
2009-04-30
Hook up Sema support for attributes on Objective-C method declarations that
Ted Kremenek
2009-04-29
Implement semantic analysis for transparent unions. This is largely
Douglas Gregor
2009-04-29
Sema and CodeGen support for attributes on blocks. Radar 6441502
Mike Stump
2009-04-28
Implement ownership attribute 'objc_ownership_make_collectable'. This allows one
Ted Kremenek
2009-04-28
Improve compatibility with GCC regarding inline semantics in GNU89
Douglas Gregor
2009-04-27
Add two new checker-specific attributes: 'objc_ownership_release' and
Ted Kremenek
2009-04-27
Refactor HandleObjCOwnershipRetainAttr and HandleObjCOwnershipCFRetainAttr into
Ted Kremenek
2009-04-27
Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same
Ted Kremenek
2009-04-26
Correct the order of the parameters to CheckAssignmentConstraints in
Eli Friedman
2009-04-25
accept an ignore the no_instrument_function attribute. Since we don't
Chris Lattner
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-23
Fix handling of C99 "extern inline" semantics when dealing with
Douglas Gregor
2009-04-22
Fix some mishandling of the attr(gnu_inline) mode when used with
Chris Lattner
2009-04-20
the __gnuc_inline__ attribute is actually named __gnu_inline__,
Chris Lattner
2009-04-18
FunctionDecl::getBody() is getting an ASTContext argument for use in
Douglas Gregor
2009-04-14
implement some sema for gnuc_inline attribute. Reject always_inline and no_i...
Chris Lattner
2009-04-14
recognize the gnuc_inline attribute.
Chris Lattner
2009-04-10
Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allows
Ted Kremenek
2009-04-09
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-04
Extend possible handled regparm(N) value
Anton Korobeynikov
2009-04-04
Basic support for regparm codegen
Anton Korobeynikov
2009-04-03
Provide sema proper values of maximal number of arguments passed in registers.
Anton Korobeynikov
2009-03-27
Finish off semantic analysis for regparm, and remove the warning. Also
Eli Friedman
2009-03-27
Besides the warning, issue unsupported diagnostics in
Fariborz Jahanian
2009-03-18
Be sure to not add weak import, if we are ignoring it.
Mike Stump
2009-03-18
Ignore weak import on properties.
Mike Stump
2009-03-17
don't crash when sentinel attribute is used on function without a prototype,
Chris Lattner
2009-03-06
Add Parse/Sema support for weak_import attribute.
Daniel Dunbar
2009-03-04
Switch attributes to be allocated from the declcontext bump pointer just like
Chris Lattner
2009-03-03
PR3691: Add support for complex modes. I also tossed in support for XF
Eli Friedman
2009-02-26
Create a new TypeNodes.def file that enumerates all of the types,
Douglas Gregor
2009-02-25
Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes ...
Anders Carlsson
2009-02-20
remove some more methods from objc decls, using the iterator
Chris Lattner
2009-02-19
Add sema support for the noinline attribute.
Anders Carlsson
2009-02-18
__attribute__((aligned)) was being ignored!
Daniel Dunbar
2009-02-18
Cleanup objc's gc attributes code no longer needed.
Fariborz Jahanian
2009-02-17
Attribute 'iboutlet' can be applied to Objective-C property declarations.
Ted Kremenek
2009-02-16
Diagnose non-power-of-2 arguments to attribute aligned.
Daniel Dunbar
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-13
Warn about attribute used ignored on "extern int a
Daniel Dunbar
2009-02-13
Sema/AST support for attribute used. Patch by Anders Johnson (with small twea...
Daniel Dunbar
2009-02-13
Start warning about unknown attributes.
Anders Carlsson
2009-02-13
Add a new Ignored attribute type, and use it for may_alias.
Anders Carlsson
2009-02-13
Add CodeGen support for the nodebug attribute.
Anders Carlsson
2009-02-13
Add sema support for the nodebug attribute.
Anders Carlsson
[prev]
[next]