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
*
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