summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch by Anton Lokhmotov to add OpenCL work group size attributes.Tanya Lattner2012-07-091-9/+41
* Support the tls_model attribute (PR9788)Hans Wennborg2012-06-231-1/+39
* Reapply r158700 and fixup patches, minus one hunk that slipped through andAlexis Hunt2012-06-191-158/+158
* Thread Safety Analysis: Move some warnings on thread safetyDeLesley Hutchins2012-06-191-22/+28
* Reapplying the changes from r158717 as they were rolled back to avoid merge c...Aaron Ballman2012-06-191-29/+33
* Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen2012-06-191-191/+187
* Improves parsing and semantic analysis for MS __declspec attributes. This in...Aaron Ballman2012-06-191-29/+33
* Improve the specification of spellings in Attr.td.Alexis Hunt2012-06-191-166/+166
* fix PR13071 / rdar://problem/11634669 :Nuno Lopes2012-06-181-0/+6
* alloc_size attribute: there's nothing wrong with alloc_size(1,1). It just mea...Nuno Lopes2012-06-181-14/+2
* [MSExtensions] Add support for __forceinline.Michael J. Spencer2012-06-181-0/+10
* Still more Doxygen documentation fixes:James Dennett2012-06-141-2/+2
* Allow __attribute__((unused)) for fields and make it silenceDaniel Jasper2012-06-131-1/+1
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-1/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* objc: properties of NSObject attribute mustFariborz Jahanian2012-05-311-1/+9
* -Wdeprecated warning to include reference (as a note)Fariborz Jahanian2012-05-271-1/+5
* implement Sema support for the alloc_size attributeNuno Lopes2012-05-241-0/+76
* Recognize the MS inheritance attributes and turn them into attributesJohn McCall2012-05-221-1/+47
* StringSwitchify. No functionality change.Benjamin Kramer2012-05-161-20/+13
* Factor sema for attributes unavailable and deprecated into a common function.Benjamin Kramer2012-05-161-28/+13
* Refactor all theRafael Espindola2012-05-131-56/+47
* Produce a warning for mismatched section attributes. Completest pr9356.Rafael Espindola2012-05-131-3/+17
* Add support for __attribute__((hot)) and __attribute__((cold)).Benjamin Kramer2012-05-121-0/+42
* Remove unused variable. Thanks to Dmitri Gribenko for noticing it.Rafael Espindola2012-05-121-2/+0
* Teach the parser to deal with multiple spellings for the sameDouglas Gregor2012-05-111-1/+0
* Make sure that we recognize __attribute__((align)) as a synonym forDouglas Gregor2012-05-111-0/+1
* Fix a recent regression with the merging of format attributes.Rafael Espindola2012-05-111-20/+27
OpenPOWER on IntegriCloud