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
*
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
*
Minor #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+1
*
attribute "unused" also applies to functions.
Ted Kremenek
2008-08-07
1
-4
/
+2
*
Support __attribute__(({con,de}structor)) in Parse & Sema
Daniel Dunbar
2008-07-31
1
-15
/
+79
*
change more instances of QualType::getCanonicalType to call
Chris Lattner
2008-07-26
1
-15
/
+10
*
Implemented Sema support for attribute "unused".
Ted Kremenek
2008-07-25
1
-0
/
+20
*
Use llvm::utostr_32 instead of ostringstream.
Ted Kremenek
2008-07-22
1
-4
/
+2
*
Add test case for nonnull attribute.
Ted Kremenek
2008-07-21
1
-1
/
+6
*
Added sema support for the nonnull attribute. Will add test cases soon.
Ted Kremenek
2008-07-21
1
-1
/
+61
*
Added parsing/sema support for __attribute__ ((IBOutlet)), a clang-specific a...
Ted Kremenek
2008-07-15
1
-0
/
+17
*
make the rest of the decl attribute processing methods be
Chris Lattner
2008-06-29
1
-163
/
+160
*
make most of Sema public. Sema is a class private to the Sema library
Chris Lattner
2008-06-29
1
-36
/
+36
*
move a few methods, no other change.
Chris Lattner
2008-06-29
1
-74
/
+75
*
handle type attributes when converting types, not when processing decls.
Chris Lattner
2008-06-29
1
-16
/
+1
*
Make ProcessDeclAttributes walk the declarator structure pulling
Chris Lattner
2008-06-29
1
-20
/
+44
*
move some code from all callers of ProcessDeclAttributes into
Chris Lattner
2008-06-29
1
-2
/
+4
*
more attribute refactoring/renaming, no functionality change.
Chris Lattner
2008-06-28
1
-32
/
+35
*
more minor tidiness.
Chris Lattner
2008-06-28
1
-17
/
+12
*
more cleanups, refactor HandleVectorTypeAttribute
Chris Lattner
2008-06-28
1
-29
/
+43
*
adjust the prototypes of a bunch of decl processing methods to take
Chris Lattner
2008-06-28
1
-129
/
+132
*
the 'mode' attribute is a decl attribute, not a type attribute. Move it to
Chris Lattner
2008-06-27
1
-15
/
+128
*
move decl attribute processing to a new SemaDeclAttr.cpp.
Chris Lattner
2008-06-26
1
-0
/
+655