summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [X86] Support 'interrupt' attribute for x86Alexey Bataev2016-01-151-6/+79
* [CUDA] Report an error if code tries to mix incompatible CUDA attributes.Justin Lebar2016-01-131-13/+35
* Revert "Fix for merging decls in pragma weak Calling CheckFunctionDeclaration...Alexander Kornienko2015-12-031-13/+8
* PR25575: Make GCC 4.4+ comatible layout for packed bit-fileds of char type, p...Alexey Bataev2015-12-031-9/+6
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-6/+48
* [mips] Interrupt attribute support.Daniel Sanders2015-11-271-1/+73
* Revert r254203: [mips] Interrupt attribute support.Daniel Sanders2015-11-271-73/+1
* [mips] Interrupt attribute support.Daniel Sanders2015-11-271-1/+73
* Fix for merging decls in pragma weakAlexander Musman2015-11-261-8/+13
* PR10235: support for vector mode attributes + warning, by Dmitry Polukhin.Alexey Bataev2015-11-191-30/+72
* [Sema] Minor formatting fixes. NFCCraig Topper2015-11-171-1/+1
* Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFCCraig Topper2015-11-151-1/+1
* Add support for function attribute 'disable_tail_calls'.Akira Hatanaka2015-11-131-1/+23
* Implement __attribute__((internal_linkage)).Evgeniy Stepanov2015-11-101-13/+66
* Add support for function attribute 'not_tail_called'.Akira Hatanaka2015-11-061-0/+15
* Support tvOS and watchOS availability attributesTim Northover2015-10-301-0/+84
* Refine r251469 to give better (and more localizable) diagnosticsJohn McCall2015-10-281-30/+63
* Add the ability to define "fake" arguments on attributes.John McCall2015-10-281-2/+3
* Be more conservative about diagnosing "incorrect" uses of __weak:John McCall2015-10-271-9/+44
* Amending r249721 to properly handle pathological attribute-related names like...Aaron Ballman2015-10-091-2/+2
* When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-s...Aaron Ballman2015-10-081-11/+17
* Don't inherit availability information when implementing a protocol requirement.Douglas Gregor2015-09-301-15/+32
* Thread Safety Analysis: allow capability attribute on unions.DeLesley Hutchins2015-09-291-7/+4
* [CUDA] __global__ functions should always be visible externally.Artem Belevich2015-09-231-3/+0
* [CUDA] Add implicit __attribute__((used)) to all __global__ functions.Artem Belevich2015-09-221-0/+4
* MS ABI: Don't allow dllexport/import on lambdasHans Wennborg2015-09-151-0/+8
* Fix some coding standard issues and delete a dead conditional.Eric Christopher2015-08-131-6/+6
* Revert "[CUDA] Add implicit __attribute__((used)) to all __global__ functions."Daniel Jasper2015-08-111-4/+0
* [CUDA] Add implicit __attribute__((used)) to all __global__ functions.Artem Belevich2015-08-101-0/+4
* [Sema] Refactor AddAlignedAttr to reduce indentationDavid Majnemer2015-07-261-19/+19
* [Sema] The alignment of an object has an upper bound from the object file formatDavid Majnemer2015-07-261-2/+4
* [AST] Turn the callbacks of lookupInBases and forallBases into a function_refBenjamin Kramer2015-07-251-5/+4
* Ignore the "novtable" declspec when not using the Microsoft C++ ABI.Bob Wilson2015-07-201-1/+1
* [MS Compat] Add support for __declspec(noalias)David Majnemer2015-07-201-0/+3
* 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
OpenPOWER on IntegriCloud