aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaDeclAttr.cpp
AgeCommit message (Expand)Author
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
2012-10-02Allowing individual targets to determine whether a given calling convention i...Aaron Ballman
2012-09-21objective-C: when diagnosing deprecated/unavailable usage ofFariborz Jahanian
2012-09-11Fix warning from r163642DeLesley Hutchins
2012-09-11Thread safety analysis: fix bug related to lock_returned attributeDeLesley Hutchins
2012-09-07objective-C: introduce __attribute((objc_requires_super)) on methodFariborz Jahanian
2012-09-07Thread-safety analysis: Add support for selectively turning off warningsDeLesley Hutchins
2012-09-04Revert r163078 per chandlerc's request.Joao Matos
2012-09-02Added a diagnostic for mismatched MS inheritance attributes. Also fixed the i...Joao Matos
2012-08-31Thread-safety analysis: fix handling of string constants in mutexDeLesley Hutchins
2012-08-29Fix serious regression introduced in r157780 where __attribute__((NSObject))Ted Kremenek
2012-08-28objective-C arc: ns_returns_retained is a type attribute in ARC,Fariborz Jahanian
2012-08-17Add support for "type safety" attributes that allow checking that 'void *'Dmitri Gribenko
2012-08-14Remove and simplify unused checking code.Benjamin Kramer
2012-08-14Fix horribly broken sema of __attribute__((pcs())).Benjamin Kramer
2012-08-08Unify the codepaths for emitting deprecation warnings. The test changes are ...Eli Friedman
2012-08-03Fix line endings.Michael Han
2012-07-24Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) onNick Lewycky
2012-07-24Fix whitespace, whoops missed a spot!Nick Lewycky
2012-07-24Fix whitespace, tabs to spaces. No functionality change.Nick Lewycky
2012-07-23Refactor handler functions for thread safety attributes.Michael Han
2012-07-09Patch by Anton Lokhmotov to add OpenCL work group size attributes.Tanya Lattner
2012-06-23Support the tls_model attribute (PR9788)Hans Wennborg
2012-06-19Reapply r158700 and fixup patches, minus one hunk that slipped through andSean Hunt
2012-06-19Thread Safety Analysis: Move some warnings on thread safetyDeLesley Hutchins
2012-06-19Reapplying the changes from r158717 as they were rolled back to avoid merge c...Aaron Ballman
2012-06-19Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen
2012-06-19Improves parsing and semantic analysis for MS __declspec attributes. This in...Aaron Ballman
2012-06-19Improve the specification of spellings in Attr.td.Sean Hunt
2012-06-18fix PR13071 / rdar://problem/11634669 :Nuno Lopes
2012-06-18alloc_size attribute: there's nothing wrong with alloc_size(1,1). It just mea...Nuno Lopes
2012-06-18[MSExtensions] Add support for __forceinline.Michael J. Spencer
2012-06-14Still more Doxygen documentation fixes:James Dennett
2012-06-13Allow __attribute__((unused)) for fields and make it silenceDaniel Jasper
2012-06-06Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie