summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert r163078 per chandlerc's request.Joao Matos2012-09-041-42/+12
* Added a diagnostic for mismatched MS inheritance attributes. Also fixed the i...Joao Matos2012-09-021-12/+42
* Thread-safety analysis: fix handling of string constants in mutexDeLesley Hutchins2012-08-311-2/+5
* Fix serious regression introduced in r157780 where __attribute__((NSObject))Ted Kremenek2012-08-291-4/+2
* objective-C arc: ns_returns_retained is a type attribute in ARC,Fariborz Jahanian2012-08-281-2/+2
* Add support for "type safety" attributes that allow checking that 'void *'Dmitri Gribenko2012-08-171-0/+128
* Remove and simplify unused checking code.Benjamin Kramer2012-08-141-16/+7
* Fix horribly broken sema of __attribute__((pcs())).Benjamin Kramer2012-08-141-5/+7
* Unify the codepaths for emitting deprecation warnings. The test changes are ...Eli Friedman2012-08-081-31/+25
* Fix line endings.Michael Han2012-08-031-41/+41
* Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) onNick Lewycky2012-07-241-3/+9
* Fix whitespace, whoops missed a spot!Nick Lewycky2012-07-241-1/+1
* Fix whitespace, tabs to spaces. No functionality change.Nick Lewycky2012-07-241-6/+6
* Refactor handler functions for thread safety attributes.Michael Han2012-07-231-100/+205
OpenPOWER on IntegriCloud