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
/
Sema
/
SemaDeclAttr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix rdar://6881069, a crash on a form of vector_size that we
Chris Lattner
2009-05-13
1
-1
/
+2
*
Add back Parse/Sema support for attributes cf_returns_retained and
Ted Kremenek
2009-05-09
1
-0
/
+44
*
Remove experimental ownership attributes from Clang.
Ted Kremenek
2009-05-08
1
-101
/
+0
*
More attribute renaming:
Ted Kremenek
2009-05-07
1
-8
/
+8
*
Implement attribute 'ns_autorelease'.
Ted Kremenek
2009-05-05
1
-0
/
+6
*
Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned').
Ted Kremenek
2009-05-05
1
-10
/
+37
*
Rename ownership attributes:
Ted Kremenek
2009-05-05
1
-18
/
+18
*
Rename attribute 'ns_ownership_returns' to 'ns_returns_ownership'.
Ted Kremenek
2009-05-04
1
-2
/
+2
*
Remove experimental attribute 'ns_ownership_make_collectable.'
Ted Kremenek
2009-05-04
1
-5
/
+0
*
ignore weak_import attribute on objc method decls.
Fariborz Jahanian
2009-05-04
1
-2
/
+2
*
Rename attributes 'objc_ownership...' to 'ns_ownership...'.
Ted Kremenek
2009-05-04
1
-23
/
+23
*
Rename attributes:
Ted Kremenek
2009-05-04
1
-10
/
+10
*
Remove support for ObjCMethodDecl attributes that appear between the
Ted Kremenek
2009-05-04
1
-34
/
+0
*
Allow attributes 'objc_ownership_retain' and 'objc_ownership_release' to be
Ted Kremenek
2009-04-30
1
-5
/
+7
*
Hook up Sema support for attributes on Objective-C method declarations that
Ted Kremenek
2009-04-30
1
-1
/
+33
*
Implement semantic analysis for transparent unions. This is largely
Douglas Gregor
2009-04-29
1
-18
/
+45
*
Sema and CodeGen support for attributes on blocks. Radar 6441502
Mike Stump
2009-04-29
1
-4
/
+7
*
Implement ownership attribute 'objc_ownership_make_collectable'. This allows one
Ted Kremenek
2009-04-28
1
-10
/
+15
*
Improve compatibility with GCC regarding inline semantics in GNU89
Douglas Gregor
2009-04-28
1
-5
/
+1
*
Add two new checker-specific attributes: 'objc_ownership_release' and
Ted Kremenek
2009-04-27
1
-0
/
+10
*
Refactor HandleObjCOwnershipRetainAttr and HandleObjCOwnershipCFRetainAttr into
Ted Kremenek
2009-04-27
1
-19
/
+26
*
Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same
Ted Kremenek
2009-04-27
1
-0
/
+14
*
Correct the order of the parameters to CheckAssignmentConstraints in
Eli Friedman
2009-04-26
1
-1
/
+1
*
accept an ignore the no_instrument_function attribute. Since we don't
Chris Lattner
2009-04-25
1
-0
/
+1
*
Add new checker-specific attribute 'objc_ownership_retain'. This isn't hooked up
Ted Kremenek
2009-04-25
1
-0
/
+14
*
Add new checker-specific attribute 'objc_ownership_returns'. This isn't hooked
Ted Kremenek
2009-04-24
1
-0
/
+21
*
Fix handling of C99 "extern inline" semantics when dealing with
Douglas Gregor
2009-04-23
1
-1
/
+5
*
Fix some mishandling of the attr(gnu_inline) mode when used with
Chris Lattner
2009-04-22
1
-5
/
+0
*
the __gnuc_inline__ attribute is actually named __gnu_inline__,
Chris Lattner
2009-04-20
1
-6
/
+6
*
FunctionDecl::getBody() is getting an ASTContext argument for use in
Douglas Gregor
2009-04-18
1
-1
/
+1
*
implement some sema for gnuc_inline attribute. Reject always_inline and no_i...
Chris Lattner
2009-04-14
1
-5
/
+15
*
recognize the gnuc_inline attribute.
Chris Lattner
2009-04-14
1
-0
/
+17
*
Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allows
Ted Kremenek
2009-04-10
1
-5
/
+19
*
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-09
1
-2
/
+2
*
Extend possible handled regparm(N) value
Anton Korobeynikov
2009-04-04
1
-1
/
+1
*
Basic support for regparm codegen
Anton Korobeynikov
2009-04-04
1
-1
/
+0
*
Provide sema proper values of maximal number of arguments passed in registers.
Anton Korobeynikov
2009-04-03
1
-7
/
+6
*
Finish off semantic analysis for regparm, and remove the warning. Also
Eli Friedman
2009-03-27
1
-8
/
+27
*
Besides the warning, issue unsupported diagnostics in
Fariborz Jahanian
2009-03-27
1
-0
/
+20
*
Be sure to not add weak import, if we are ignoring it.
Mike Stump
2009-03-18
1
-0
/
+1
*
Ignore weak import on properties.
Mike Stump
2009-03-18
1
-0
/
+2
*
don't crash when sentinel attribute is used on function without a prototype,
Chris Lattner
2009-03-17
1
-2
/
+9
*
Add Parse/Sema support for weak_import attribute.
Daniel Dunbar
2009-03-06
1
-0
/
+38
*
Switch attributes to be allocated from the declcontext bump pointer just like
Chris Lattner
2009-03-04
1
-39
/
+39
*
PR3691: Add support for complex modes. I also tossed in support for XF
Eli Friedman
2009-03-03
1
-17
/
+45
*
Create a new TypeNodes.def file that enumerates all of the types,
Douglas Gregor
2009-02-26
1
-5
/
+5
*
Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes ...
Anders Carlsson
2009-02-25
1
-1
/
+1
*
remove some more methods from objc decls, using the iterator
Chris Lattner
2009-02-20
1
-12
/
+7
*
Add sema support for the noinline attribute.
Anders Carlsson
2009-02-19
1
-1
/
+24
*
__attribute__((aligned)) was being ignored!
Daniel Dunbar
2009-02-18
1
-1
/
+2
[prev]
[next]