summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r359814 "[Sema] Emit warning for visibility attribute on internal-link...Nico Weber2019-05-031-8/+0
* [Sema] Emit warning for visibility attribute on internal-linkage declarationScott Linder2019-05-021-0/+8
* [MS] Add frontend support for __declspec(allocator)Reid Kleckner2019-03-251-0/+18
* Permit redeclarations of a builtin to specify calling convention.Erich Keane2019-03-211-1/+2
* Fix implicit ios -> watchOS availability version mapping forAlex Lorenz2019-03-201-0/+1
* Revert "Add a new attribute, fortify_stdlib"Erik Pilkington2019-03-131-29/+0
* [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau2019-03-011-1/+2
* [NFC] minor revision of r354929 [CUDA][HIP] Check calling convention based on...Yaxun Liu2019-02-271-1/+5
* [CUDA][HIP] Check calling convention based on function targetYaxun Liu2019-02-261-1/+29
* [AMDGPU] Allow using integral non-type template parametersMichael Liao2019-02-261-34/+92
* revert r354873 as this breaks lldb builds.Pierre Gousseau2019-02-261-2/+1
* [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau2019-02-261-1/+2
* [attributes] Add an attribute for server routines in Mach kernel and extensions.Artem Dergachev2019-02-211-0/+26
* [OpenCL][PR40707] Allow OpenCL C types in C++ mode.Anastasia Stulova2019-02-151-1/+3
* [Sema] Delay checking whether objc_designated_initializer is being applied to...Erik Pilkington2019-02-131-2/+24
* Renaming yet another diagnostic to not conflict; NFC.Aaron Ballman2019-02-121-1/+2
* Renaming this diagnostic to not conflict with another; NFC.Aaron Ballman2019-02-121-1/+1
* Fixing a typo; NFC.Aaron Ballman2019-02-121-3/+3
* Add a new attribute, fortify_stdlibErik Pilkington2019-02-111-0/+29
* [OBJC] Add attribute to mark Objective C class as non-lazyJoe Daniels2019-02-041-0/+3
* [WebAssembly] Add an import_field function attributeDan Gohman2019-02-011-0/+26
* [WebAssembly] Add an import_module function attributeDan Gohman2019-01-241-0/+25
* Add a priority field to availability attributes to prioritize explicitAlex Lorenz2019-01-241-60/+35
* Merge similar target diagnostics for interrupt attribute into one; NFCAaron Ballman2019-01-231-10/+12
* [NFC] Fix comparison warning issues by MSVCJohannes Doerfert2019-01-211-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Emit !callback metadata and introduce the callback attributeJohannes Doerfert2019-01-191-0/+141
* [clang][slh] add Clang attr no_speculative_load_hardeningZola Bridges2019-01-181-1/+25
* [ObjC] Follow-up r350768 and allow the use of unavailable methods that areAlex Lorenz2019-01-171-5/+3
* [MSP430] Improve support of 'interrupt' attributeAnton Korobeynikov2019-01-161-4/+23
* Improve a -Wunguarded-availability noteErik Pilkington2019-01-141-13/+18
* [attributes] Extend os_returns_(not_?)_retained attributes to parametersGeorge Karpenkov2019-01-111-20/+72
* [AST] Remove ASTContext from getThisType (NFC)Brian Gesiak2019-01-111-3/+2
* [Sema] Mark target of __attribute__((alias("target"))) used for CNick Desaulniers2019-01-091-1/+10
* [ObjC] Allow the use of implemented unavailable methods from withinAlex Lorenz2019-01-091-6/+22
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-041-6/+90
* Automatic variable initializationJF Bastien2018-12-181-0/+12
* Fix ms-layout_version declspec test and add missing new testReid Kleckner2018-12-171-6/+6
* Update Microsoft name mangling scheme for exception specifiers in the type sy...Reid Kleckner2018-12-171-0/+5
* Fix "enumeral mismatch in conditional expression" gcc7 warnings. NFCI.Simon Pilgrim2018-12-171-3/+4
* [attributes] Add an attribute os_consumes_this, with similar semantics to ns_...George Karpenkov2018-12-061-0/+3
* [attributes] Add a family of OS_CONSUMED, OS_RETURNS and OS_RETURNS_RETAINED ...George Karpenkov2018-11-301-61/+129
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-0/+3
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-271-3/+0
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-0/+3
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-261-3/+0
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-261-0/+3
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-261-8/+17
* Support Swift in platform availability attributeMichael Wu2018-11-121-0/+9
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-5/+5