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-07-31
PR3679 - enable #pragma weak aliasing.
Ryan Flynn
2009-07-30
PR3679 - handle #pragma weak
Ryan Flynn
2009-07-29
Change uses of:
Ted Kremenek
2009-07-24
Fix 80-col violations, reflow a few comments and zap some extra
Mike Stump
2009-07-17
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-17
Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...
Ted Kremenek
2009-07-16
Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.
Ted Kremenek
2009-07-16
Generate error on declaration containing 'static' and '__attribute__((weak))'
Fariborz Jahanian
2009-07-15
Handle some more fallout with the conversion of using PointerType for
Ted Kremenek
2009-07-10
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-26
OpenCL 1.0 support: attributes
Nate Begeman
2009-06-18
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-17
Support dependent extended vector types and template instantiation
Douglas Gregor
2009-06-08
Add more parser support for Microsoft extensions.
Eli Friedman
2009-05-20
implementation of format_arg for ObjC methods/functions.
Fariborz Jahanian
2009-05-19
Patch finishes off application of printf attribute on blocks.
Fariborz Jahanian
2009-05-18
Minor tweak to support format attribute on blocks. No change in functionality.
Fariborz Jahanian
2009-05-16
Reflow some comments.
Mike Stump
2009-05-15
Removed superfluous code.
Fariborz Jahanian
2009-05-15
Early support for __format__attribute on blocks.
Fariborz Jahanian
2009-05-15
improved on diagnosing misplacement of sentinel attributes.
Fariborz Jahanian
2009-05-15
This patch finishes off the sentinel attribute handling for
Fariborz Jahanian
2009-05-14
updated comments.
Fariborz Jahanian
2009-05-14
Adds recognition of sentinel attribute on block declarations.
Fariborz Jahanian
2009-05-13
Look for and diagnose missing sentinel argument on message
Fariborz Jahanian
2009-05-13
Add some basic type checking for attributes ns_returns_retained and
Ted Kremenek
2009-05-13
Fix rdar://6880951 by rejecting vectors of vectors.
Chris Lattner
2009-05-13
Fix rdar://6881069, a crash on a form of vector_size that we
Chris Lattner
2009-05-09
Add back Parse/Sema support for attributes cf_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
ignore weak_import attribute on objc method decls.
Fariborz Jahanian
2009-05-04
Rename attributes 'objc_ownership...' to 'ns_ownership...'.
Ted Kremenek
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
[next]