index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
/
Attr.td
Age
Commit message (
Expand
)
Author
2013-05-21
Reverting r182337, which merged r182266, __declspec(selectany)
Reid Kleckner
2013-05-21
Merging r182266:
Bill Wendling
2013-05-02
Revert r180970; it's causing breakage.
Douglas Gregor
2013-05-02
Use attribute argument information to determine when to parse attribute argum...
Douglas Gregor
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-03-26
[ms-cxxabi] Give the MS inheritance attributes a base class
Reid Kleckner
2013-03-24
Generate metadata to implement the -cl-kernel-arg-info option.
Guy Benyei
2013-03-14
Add support for the 'endian' attribute for OpenCL.
Joey Gouly
2013-03-08
Add support for the OpenCL attribute 'vec_type_hint'.
Joey Gouly
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
2013-02-23
Revert r175912, "Add support for coldcc to clang" at John's request.
Peter Collingbourne
2013-02-22
Add support for coldcc to clang
Peter Collingbourne
2013-02-20
Add a new 'type_visibility' attribute to allow users to
John McCall
2013-02-01
Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.
Richard Smith
2013-02-01
[Sema][Attr]Fix alignment attribute printing.
Michael Han
2013-01-30
Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as
Richard Smith
2013-01-29
Treat alignas and _Alignas as keyword attributes. This allows us to
Richard Smith
2013-01-29
Actually remove the hack which was blocking the Borland-style attributes from
Richard Smith
2013-01-29
Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled
Richard Smith
2013-01-17
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-16
First step in implementation of mips16 and nomips16 attributes.
Reed Kotler
2013-01-14
Accept [[gnu::*]] for all __attribute__((*))s which are:
Richard Smith
2012-12-25
Add intel_ocl_bicc calling convention as a function attribute to clang. The c...
Guy Benyei
2012-12-20
Attribute 'cf_returns_autoreleased' doesn't really exist.
Ted Kremenek
2012-11-13
A couple of small fixes to r167783
Kaelyn Uhrain
2012-11-12
Enable C++11 attribute syntax for warn_unused_result and allow it to be
Kaelyn Uhrain
2012-11-01
Update the front end to use minsize attribute
Quentin Colombet
2012-10-29
Revert commit r166946
Quentin Colombet
2012-10-29
Make forcesizeopt attribute available to the end user
Quentin Colombet
2012-10-16
Add pnaclcall convention to Native Client targets.
Derek Schuff
2012-10-01
availability in structured documents. Takes
Fariborz Jahanian
2012-09-07
objective-C: introduce __attribute((objc_requires_super)) on method
Fariborz Jahanian
2012-08-17
Add support for "type safety" attributes that allow checking that 'void *'
Dmitri Gribenko
2012-07-09
Patch by Anton Lokhmotov to add OpenCL work group size attributes.
Tanya Lattner
2012-06-23
Support the tls_model attribute (PR9788)
Hans Wennborg
2012-06-20
Fix a thinko and a stray debugging hunk in my attributes patch. Thanks to Jordan
Sean Hunt
2012-06-19
Reapply r158700 and fixup patches, minus one hunk that slipped through and
Sean Hunt
2012-06-19
Reapplying the changes from r158717 as they were rolled back to avoid merge c...
Aaron Ballman
2012-06-19
Revert r158700 and dependent patches r158716, r158717, and r158731.
Jakob Stoklund Olesen
2012-06-19
Improves parsing and semantic analysis for MS __declspec attributes. This in...
Aaron Ballman
2012-06-19
Improve the specification of spellings in Attr.td.
Sean Hunt
2012-06-18
Handle C++11 attribute namespaces automatically.
Sean Hunt
2012-06-18
[MSExtensions] Add support for __forceinline.
Michael J. Spencer
2012-05-24
implement Sema support for the alloc_size attribute
Nuno Lopes
2012-05-22
Recognize the MS inheritance attributes and turn them into attributes
John McCall
2012-05-20
CUDA: the device and host attributes must be inheritable, in order
Peter Collingbourne
2012-05-15
Fix our handling of visibility in explicit template instantiations.
Rafael Espindola
2012-05-12
Add support for __attribute__((hot)) and __attribute__((cold)).
Benjamin Kramer
2012-05-11
Teach the parser to deal with multiple spellings for the same
Douglas Gregor
2012-05-03
Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between
Richard Smith
[next]