summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a "maximum TLS alignment" characteristic to the target info, so itPaul Robinson2015-07-141-5/+21
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-0/+33
* Allow the cf_returns_[not_]retained attributes to appear on out-parameters.Douglas Gregor2015-06-191-5/+43
* [ATTRIBUTE] Support base vector types of __attribute__((mode)), patch by Alex...Alexey Bataev2015-06-191-10/+35
* Add a warning for unsupported elements of the target attribute.Eric Christopher2015-06-121-3/+11
* Add support for the the target attribute.Eric Christopher2015-06-121-0/+17
* Remove dead code.Richard Smith2015-05-281-2/+1
* Use llvm::StringSwitch<std::string> to take advantage of implicit asserting c...Peter Collingbourne2015-05-151-4/+2
* Implement no_sanitize attribute.Peter Collingbourne2015-05-151-8/+44
* Don't warn about use of deprecated API when the containing context is unavail...Jordan Rose2015-04-301-1/+1
* [cuda] Allow using integral non-type template parameters as launch_bounds att...Artem Belevich2015-04-211-10/+53
* [Objective-C Sema] patch to introduce IndependentClassFariborz Jahanian2015-04-161-0/+19
* [Sema] Don't crash when __attribute__((nonnull)) is applied to blocksDavid Majnemer2015-04-071-2/+7
* [Sema] Don't permit dependent alignments on non-dependent typedef-namesDavid Majnemer2015-04-071-0/+10
* [Modules] Make "#pragma weak" undeclared identifiers be trackedChandler Carruth2015-03-261-2/+1
* Add -Wpartial-availability.Nico Weber2015-03-191-22/+23
* Implement section pragma feedback on r205810Reid Kleckner2015-03-041-0/+12
* Win64: Silently ignore __stdcall, __fastcall, and __thiscallReid Kleckner2015-02-261-2/+5
* Cleanup: remove artificial division between lookup results and const lookupRichard Smith2015-02-211-4/+4
* [Objective-C]. Provide a new formatting kind, "os_trace" whichFariborz Jahanian2015-02-211-0/+1
* Add support for analyzing FreeBSD kernel printf extensions.Dimitry Andric2015-02-191-0/+1
* Sema: partially address post-commit commentsSaleem Abdulrasool2015-02-181-2/+1
* Minor tweaks to r229447 to ensure the attribute is properly quoted when diagn...Aaron Ballman2015-02-161-1/+1
* Sema: diagnose use of unscoped deprecated prior to C++14Saleem Abdulrasool2015-02-161-0/+7
* Sema: Add support for __declspec(restrict)David Majnemer2015-02-041-12/+10
* The prefix 'Ms-' should be 'MS-'David Majnemer2015-02-021-4/+4
* MS ABI: Implement support for 'novtable'David Majnemer2015-02-021-0/+3
* Allow objc_bridge(id) to be used on typedefs of [cv] void*.John McCall2015-02-011-0/+16
* Remove support for pnaclcall attributeDerek Schuff2015-01-281-7/+0
* AST: Don't ignore alignas on EnumDecls when calculating alignmentDavid Majnemer2015-01-211-8/+11
* Fix crashes on missing @interface for categoryBen Langmuir2015-01-201-2/+8
* Sema: Variable definitions cannot be __attribute__((alias))David Majnemer2015-01-191-0/+14
* When attribute 'optnone' appears on the same declaration with aPaul Robinson2015-01-131-23/+13
* Wrap to 80 columns. No behavior change.Nico Weber2015-01-071-29/+20
* Attributes accepting an EnumArgument are allowed to pass a string literal, or...Aaron Ballman2014-12-191-2/+8
* Warn when attribute 'optnone' conflicts with attributes on aPaul Robinson2014-12-151-0/+49
* Sema: attribute((annotate)) must have at least one argumentDavid Majnemer2014-12-141-1/+1
* Diagnose attributes 'optnone' and 'minsize' on the same declaration.Paul Robinson2014-12-101-1/+13
* Revert r223980 as it had wrong commit message.Paul Robinson2014-12-101-13/+1
* Rename a couple of preprocessor symbols to be more descriptive. NFC.Paul Robinson2014-12-101-1/+13
* Workaround attribute ordering issue with kernel only attributesMatt Arsenault2014-12-051-0/+10
* Use else if when checking multiple attributes.Matt Arsenault2014-12-051-4/+2
* Adding a FIXME to the code, based on a discussion in IRC; NFC.Aaron Ballman2014-12-041-0/+4
* Add attributes for AMDGPU register limits.Matt Arsenault2014-12-041-0/+32
* Create a new 'flag_enum' attribute.Alexis Hunt2014-11-281-0/+3
* [c++1z] Support [[deprecated]] attributes on namespaces. Note that it only ap...Aaron Ballman2014-11-141-5/+17
* Don't dllimport inline functions when targeting MinGW (PR21366)Hans Wennborg2014-11-031-0/+10
* Add frontend support for __vectorcallReid Kleckner2014-10-241-0/+7
* Turned Sema::HandleDelayedAvailabilityCheck into a static function; NFC.Aaron Ballman2014-10-151-100/+92
* Initial support for the align_value attributeHal Finkel2014-10-021-0/+55
OpenPOWER on IntegriCloud