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
/
AST
/
AttrImpl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AST: Add AlignMac68kAttr, not yet used.
Daniel Dunbar
2010-05-27
1
-0
/
+1
*
AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate.
Daniel Dunbar
2010-05-27
1
-2
/
+2
*
Add clang support for IBOutletCollection.
Ted Kremenek
2010-05-19
1
-0
/
+4
*
Add support for Microsoft's __thiscall, from Steven Watanabe!
Douglas Gregor
2010-05-18
1
-0
/
+1
*
Add support for the weakref attribute. We still produce "alias weak" as llvm-...
Rafael Espindola
2010-02-23
1
-2
/
+1
*
Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to
Ted Kremenek
2010-02-18
1
-22
/
+24
*
Add IBAction attribute to keep the IBOutlet attribute company.
Ted Kremenek
2010-02-17
1
-0
/
+4
*
Fix re-allocation in AttrWithString::ReplaceString() to use the allocator ass...
Ted Kremenek
2010-02-11
1
-1
/
+1
*
Use the allocator associated with ASTContext to allocate the args
Ted Kremenek
2010-02-11
1
-1
/
+17
*
Remove use of 'std::string' from Attr objects, using instead a byte
Ted Kremenek
2010-02-11
1
-6
/
+40
*
Add support for the force_align_arg_pointer attribute. This is an x86-specific
Charles Davis
2010-02-10
1
-0
/
+1
*
Make clone() method out-of-line for Attr classes.
Anton Korobeynikov
2010-01-10
1
-0
/
+143