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
...
*
Cleanup objc's gc attributes code no longer needed.
Fariborz Jahanian
2009-02-18
1
-31
/
+2
*
Attribute 'iboutlet' can be applied to Objective-C property declarations.
Ted Kremenek
2009-02-17
1
-3
/
+3
*
Diagnose non-power-of-2 arguments to attribute aligned.
Daniel Dunbar
2009-02-16
1
-0
/
+6
*
add parser and type checking support for attribute((objc_exception)).
Chris Lattner
2009-02-14
1
-8
/
+26
*
Several related changes:
Chris Lattner
2009-02-14
1
-29
/
+49
*
Warn about attribute used ignored on "extern int a
Daniel Dunbar
2009-02-13
1
-1
/
+1
*
Sema/AST support for attribute used. Patch by Anders Johnson (with small twea...
Daniel Dunbar
2009-02-13
1
-0
/
+22
*
Start warning about unknown attributes.
Anders Carlsson
2009-02-13
1
-3
/
+0
*
Add a new Ignored attribute type, and use it for may_alias.
Anders Carlsson
2009-02-13
1
-0
/
+3
*
Add CodeGen support for the nodebug attribute.
Anders Carlsson
2009-02-13
1
-2
/
+2
*
Add sema support for the nodebug attribute.
Anders Carlsson
2009-02-13
1
-1
/
+18
*
Initial implementation of arbitrary fixed-width integer types.
Eli Friedman
2009-02-13
1
-1
/
+12
*
Support __attribute__(section(<name>))
Daniel Dunbar
2009-02-12
1
-0
/
+21
*
Initial implementation of function overloading in C.
Douglas Gregor
2009-02-11
1
-0
/
+16
*
Improve Sema of the cleanup attribute somewhat.
Anders Carlsson
2009-02-07
1
-5
/
+18
*
Some name-lookup-related fixes, from Piotr Rak!
Douglas Gregor
2009-02-04
1
-2
/
+2
*
Add sema support for the cleanup attribute.
Anders Carlsson
2009-01-31
1
-0
/
+46
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+0
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type
Fariborz Jahanian
2009-01-13
1
-0
/
+17
*
Add full dllimport / dllexport support: both sema checks and codegen.
Anton Korobeynikov
2008-12-26
1
-0
/
+56
*
Sema for fastcall/stdcall stuff. Tests will follow.
Anton Korobeynikov
2008-12-23
1
-6
/
+33
*
Fix a comment.
Sebastian Redl
2008-12-21
1
-1
/
+1
*
Semantics of @protocol attributes.
Fariborz Jahanian
2008-12-17
1
-0
/
+11
*
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-11
1
-2
/
+4
*
Fix bug in attribute(nonnull) processing where not all of the parameter indic...
Ted Kremenek
2008-12-04
1
-1
/
+1
*
Change a whole lot of diagnostics to take QualType's directly
Chris Lattner
2008-11-24
1
-4
/
+2
*
Convert IdentifierInfo's to be printed the same as DeclarationNames
Chris Lattner
2008-11-23
1
-5
/
+3
*
__weak ivar need not warn.
Fariborz Jahanian
2008-11-20
1
-1
/
+1
*
Rename IdentifierInfo::isName to ::isStr. Use a nifty trick
Chris Lattner
2008-11-20
1
-3
/
+3
*
More objc gc stuff. Read/Write barriers for local static/extern,
Fariborz Jahanian
2008-11-20
1
-1
/
+4
*
stop calling II::getName() unnecesarily in sema
Chris Lattner
2008-11-19
1
-58
/
+49
*
add direct support for signed and unsigned integer arguments to diagnostics.
Chris Lattner
2008-11-19
1
-1
/
+1
*
Switch several more Sema Diag methods over. This simplifies the
Chris Lattner
2008-11-19
1
-151
/
+129
*
Attribute nonnull can be applied to block pointers.
Ted Kremenek
2008-11-18
1
-3
/
+6
*
Add attribute always_inline support.
Daniel Dunbar
2008-10-28
1
-0
/
+14
*
Improve attribute parsing & tests.
Daniel Dunbar
2008-10-19
1
-29
/
+37
*
Implement #pragma pack use in structure packing. The general approach
Daniel Dunbar
2008-10-16
1
-2
/
+2
*
Implement support for the const and pure attributes.
Anders Carlsson
2008-10-05
1
-0
/
+24
*
Add parsing of the sentinel attribute. Still need to create the attribute.
Anders Carlsson
2008-10-05
1
-0
/
+66
*
Sema support for format and noreturn attributes on Objective-C methods.
Daniel Dunbar
2008-09-26
1
-8
/
+39
*
Add support for CFString in format attribute.
Daniel Dunbar
2008-09-26
1
-7
/
+31
*
Finish pushing blocks attribute through the clang attribute machinery.
Steve Naroff
2008-09-18
1
-0
/
+29
*
An extremely hacky version of transparent_union support; it isn't
Eli Friedman
2008-09-02
1
-7
/
+22
*
Tidy up sema processing of attribute "nonull":
Ted Kremenek
2008-09-01
1
-8
/
+20
*
Fix silly bug in objc_gc attribute parsing and add test case
Anders Carlsson
2008-08-24
1
-2
/
+2
*
Add support for parsing the objc_gc attribute. Tests will come shortly.
Anders Carlsson
2008-08-23
1
-0
/
+32
*
Use isa instead of dyn_cast.
Anders Carlsson
2008-08-22
1
-2
/
+1
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+2
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+1
[prev]
[next]