index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Parse
/
AttributeList.cpp
Age
Commit message (
Expand
)
Author
2008-10-28
Add attribute always_inline support.
Daniel Dunbar
2008-10-05
Add parsing of the sentinel attribute. Still need to create the attribute.
Anders Carlsson
2008-09-18
Finish pushing blocks attribute through the clang attribute machinery.
Steve Naroff
2008-08-23
Add support for parsing the objc_gc attribute. Tests will come shortly.
Anders Carlsson
2008-07-31
Support __attribute__(({con,de}structor)) in Parse & Sema
Daniel Dunbar
2008-07-15
Use lowercase of attribute iboutlet to not conflict with the macro IBOutlet
Ted Kremenek
2008-07-15
Added parsing/sema support for __attribute__ ((IBOutlet)), a clang-specific a...
Ted Kremenek
2008-06-08
implement the alias attirbute (in both Sema and Codegen)
Nuno Lopes
2008-05-27
Implementation of gcc mode attribute; this is significant because
Eli Friedman
2008-04-25
initial support for recognizing __transparent_union__ attributes
Nuno Lopes
2008-04-18
OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.
Nate Begeman
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner