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
/
Sema
/
SemaDeclAttr.cpp
Age
Commit message (
Expand
)
Author
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-13
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-06
Rework how ObjC method inherit deprecated/availability.
Ted Kremenek
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
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-03-02
Process #pragma weak only after we know the linkage of the function or variable
Rafael Espindola
2013-02-26
Be more careful in applying pragma weak. Fixes pr14974.
Rafael Espindola
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-22
Don't crash if we try to apply 'alignas' to a variable declared with an
Richard Smith
2013-02-22
Handle alignas(foo...) pack expansions.
Richard Smith
2013-02-22
Don't crash when applying an alloc_size attribute on a K&R function.
Argyrios Kyrtzidis
2013-02-22
Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of
Richard Smith
2013-02-20
Add a new 'type_visibility' attribute to allow users to
John McCall
2013-02-18
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-12
The meat of this patch is in BuildCXXMemberCalLExpr where we make it use
Nick Lewycky
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-01
Fix diagnostic for bad alignas use: it can't be applied to functions.
Richard Smith
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-29
Downgrade 'attribute ignored when parsing type' from error to warning, to match
Richard Smith
2013-01-29
Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas.
Richard Smith
2013-01-29
Propagate the spelling list index for an attribute across template instantiat...
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-28
Finish semantic analysis for [[carries_dependency]] attribute.
Richard Smith
2013-01-28
Tests and a minor bugfix for [dcl.attr.depend]p1 (C++11 [[carries_dependency]]
Richard Smith
2013-01-24
PR14922: when printing an attribute, use the real syntax of the attribute (GN...
Michael Han
2013-01-24
Fix some wonky formatting, remove spurious emacs major mode marker. No
Nick Lewycky
2013-01-17
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-16
Delay linkage checks when validating the weakref attribute.
Rafael Espindola
2013-01-16
Simplify code. No functionality change.
Rafael Espindola
2013-01-16
Check for internal weak decls after merging.
Rafael Espindola
2013-01-16
One can have an unavailable method overridden by an available method,
Douglas Gregor
2013-01-15
When checking availability attributes for consistency between an
Douglas Gregor
2013-01-13
Remove some duplication in the handling of __attribute__((ext_vector_size(N))).
Richard Smith
2013-01-12
Disable caching of visibility.
Rafael Espindola
2013-01-08
Clear LV cache when dropping availability attributes.
Rafael Espindola
2013-01-08
Tighten types a bit. No functionality change.
Rafael Espindola
2013-01-08
Don't crash when trying to apply the availability attribute to a block.
Rafael Espindola
2013-01-07
Use getter. Fixes the build from a bad merge.
Rafael Espindola
2013-01-07
Add support for attribute((mode(unwind_word))).
Rafael Espindola
2013-01-02
s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...
Richard Smith
2012-12-25
Add intel_ocl_bicc calling convention as a function attribute to clang. The c...
Guy Benyei
2012-12-25
Add 171048 back but invalidate the cache of all redeclarations when setting
Rafael Espindola
[next]