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