aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaDeclAttr.cpp
AgeCommit message (Expand)Author
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
2012-12-25Revert r171048, "Cache visibility of decls."NAKAMURA Takumi
2012-12-25Cache visibility of decls.Rafael Espindola
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-19Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie
2012-12-09Virtual method overrides can no longer have mismatched calling conventions. ...Aaron Ballman
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-13A couple of small fixes to r167783Kaelyn Uhrain
2012-11-12Enable C++11 attribute syntax for warn_unused_result and allow it to beKaelyn Uhrain
2012-11-07Reduce nesting. No functionality change.Nico Weber
2012-11-07Add missing check to warning for packed attribute. PR14259.Eli Friedman
2012-11-01Update the front end to use minsize attributeQuentin Colombet
2012-10-29Revert commit r166946Quentin Colombet
2012-10-29Make forcesizeopt attribute available to the end userQuentin Colombet
2012-10-16Add pnaclcall convention to Native Client targets.Derek Schuff
2012-10-12Make -mms-bitfields behave consistently.Eli Friedman