summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix diagnostic for bad alignas use: it can't be applied to functions.Richard Smith2013-02-011-2/+5
* Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.Richard Smith2013-02-011-37/+79
* [Sema][Attr]Fix alignment attribute printing.Michael Han2013-02-011-18/+20
* Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith2013-01-291-1/+1
* Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas.Richard Smith2013-01-291-3/+41
* Propagate the spelling list index for an attribute across template instantiat...Richard Smith2013-01-291-2/+2
* Actually remove the hack which was blocking the Borland-style attributes fromRichard Smith2013-01-291-7/+0
* Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelledRichard Smith2013-01-291-5/+5
* Finish semantic analysis for [[carries_dependency]] attribute.Richard Smith2013-01-281-4/+18
* Tests and a minor bugfix for [dcl.attr.depend]p1 (C++11 [[carries_dependency]]Richard Smith2013-01-281-1/+1
* PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han2013-01-241-193/+372
* Fix some wonky formatting, remove spurious emacs major mode marker. NoNick Lewycky2013-01-241-9/+7
* Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith2013-01-171-12/+37
* Delay linkage checks when validating the weakref attribute.Rafael Espindola2013-01-161-6/+2
* Simplify code. No functionality change.Rafael Espindola2013-01-161-20/+1
* Check for internal weak decls after merging.Rafael Espindola2013-01-161-6/+0
* One can have an unavailable method overridden by an available method,Douglas Gregor2013-01-161-1/+1
* When checking availability attributes for consistency between anDouglas Gregor2013-01-151-14/+63
* Remove some duplication in the handling of __attribute__((ext_vector_size(N))).Richard Smith2013-01-131-37/+6
* Disable caching of visibility.Rafael Espindola2013-01-121-15/+2
* Clear LV cache when dropping availability attributes.Rafael Espindola2013-01-081-0/+6
* Tighten types a bit. No functionality change.Rafael Espindola2013-01-081-2/+2
* Don't crash when trying to apply the availability attribute to a block.Rafael Espindola2013-01-081-1/+6
* Use getter. Fixes the build from a bad merge.Rafael Espindola2013-01-071-1/+1
* Add support for attribute((mode(unwind_word))).Rafael Espindola2013-01-071-0/+4
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-021-1/+1
* Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei2012-12-251-0/+5
* Add 171048 back but invalidate the cache of all redeclarations when settingRafael Espindola2012-12-251-2/+10
* Revert r171048, "Cache visibility of decls."NAKAMURA Takumi2012-12-251-10/+2
* Cache visibility of decls.Rafael Espindola2012-12-251-2/+10
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-3/+3
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-3/+3
* Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie2012-12-191-2/+2
* Virtual method overrides can no longer have mismatched calling conventions. ...Aaron Ballman2012-12-091-3/+10
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* A couple of small fixes to r167783Kaelyn Uhrain2012-11-131-1/+1
* Enable C++11 attribute syntax for warn_unused_result and allow it to beKaelyn Uhrain2012-11-121-1/+3
* Reduce nesting. No functionality change.Nico Weber2012-11-071-12/+14
* Add missing check to warning for packed attribute. PR14259.Eli Friedman2012-11-071-1/+2
* Update the front end to use minsize attributeQuentin Colombet2012-11-011-0/+17
* Revert commit r166946Quentin Colombet2012-10-291-17/+0
* Make forcesizeopt attribute available to the end userQuentin Colombet2012-10-291-0/+17
* Add pnaclcall convention to Native Client targets.Derek Schuff2012-10-161-0/+7
* Make -mms-bitfields behave consistently.Eli Friedman2012-10-121-2/+2
* Allowing individual targets to determine whether a given calling convention i...Aaron Ballman2012-10-021-0/+7
* objective-C: when diagnosing deprecated/unavailable usage ofFariborz Jahanian2012-09-211-4/+14
* Fix warning from r163642DeLesley Hutchins2012-09-111-1/+0
* Thread safety analysis: fix bug related to lock_returned attributeDeLesley Hutchins2012-09-111-3/+0
* objective-C: introduce __attribute((objc_requires_super)) on methodFariborz Jahanian2012-09-071-0/+30
* Thread-safety analysis: Add support for selectively turning off warningsDeLesley Hutchins2012-09-071-1/+3
OpenPOWER on IntegriCloud