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
/
AST
/
AttrImpl.cpp
Age
Commit message (
Expand
)
Author
2013-03-26
[ms-cxxabi] Give the MS inheritance attributes a base class
Reid Kleckner
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2010-08-18
Generate Attr subclasses with TableGen.
Sean Hunt
2010-08-17
Patch to add type parameter support for attribute iboutletcollection.
Fariborz Jahanian
2010-08-12
Remove OwnershipAttr::Kind, since it's essentially redundant with attr::Kind ...
Jordy Rose
2010-08-09
Instead of having a specific CXTranslationUnit_* option flag for
Douglas Gregor
2010-08-09
Added vecreturn attribute parsing.
John Thompson
2010-08-05
Implement #pragma GCC visibility.
Eli Friedman
2010-07-31
After a lengthy design discussion, add support for "ownership attributes" for...
Ted Kremenek
2010-07-25
I lied. Kill off a few more Destroy methods
Douglas Gregor
2010-06-22
implement support for -finstrument-functions, patch by Nelson
Chris Lattner
2010-06-18
Implements Sema part of init_priority(priority) attribute
Fariborz Jahanian
2010-06-16
Implement first TD-based usage of attributes.
Sean Hunt
2010-05-27
AST: Add AlignMac68kAttr, not yet used.
Daniel Dunbar
2010-05-27
AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate.
Daniel Dunbar
2010-05-19
Add clang support for IBOutletCollection.
Ted Kremenek
2010-05-18
Add support for Microsoft's __thiscall, from Steven Watanabe!
Douglas Gregor
2010-02-23
Add support for the weakref attribute. We still produce "alias weak" as llvm-...
Rafael Espindola
2010-02-18
Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to
Ted Kremenek
2010-02-17
Add IBAction attribute to keep the IBOutlet attribute company.
Ted Kremenek
2010-02-11
Fix re-allocation in AttrWithString::ReplaceString() to use the allocator ass...
Ted Kremenek
2010-02-11
Use the allocator associated with ASTContext to allocate the args
Ted Kremenek
2010-02-11
Remove use of 'std::string' from Attr objects, using instead a byte
Ted Kremenek
2010-02-10
Add support for the force_align_arg_pointer attribute. This is an x86-specific
Charles Davis
2010-01-10
Make clone() method out-of-line for Attr classes.
Anton Korobeynikov