summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman2018-10-241-10/+8
* [clang] Add the exclude_from_explicit_instantiation attributeLouis Dionne2018-10-041-0/+3
* [HIP] Support early finalization of device code for -fno-gpu-rdcYaxun Liu2018-10-021-1/+1
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-1/+1
* P0969R0: allow structured binding of accessible members, not only public memb...Richard Smith2018-09-251-0/+8
* Update smart pointer detection for thread safety analysis.Richard Trieu2018-09-221-8/+27
* Thread Safety Analysis: warnings for attributes without argumentsAaron Puchert2018-09-201-16/+44
* Merge two attribute diagnostics into oneAndrew Savonichev2018-09-171-1/+2
* [Sema][ObjC] Infer availability of +new from availability of -init.Erik Pilkington2018-09-101-8/+35
* Prevent cpu-specific/cpu-dispatch from giong on a lambda.Erich Keane2018-09-101-0/+8
* [OpenCL] Relax diagnostics on OpenCL access qualifiersAndrew Savonichev2018-09-061-4/+10
* [OpenCL] Disallow negative attribute argumentsAndrew Savonichev2018-09-061-2/+12
* Address Aaron Ballman's post-commit review comments from r340306, NFCErik Pilkington2018-08-211-4/+3
* Add a new flag and attributes to control static destructor registrationErik Pilkington2018-08-211-0/+19
* Summary:Add clang::reinitializes attributeMartin Bohme2018-08-131-0/+5
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-5/+5
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-29/+29
* Implement diagnostic stream operator for ParsedAttr.Erich Keane2018-08-091-251/+229
* [P0936R0] add [[clang::lifetimebound]] attributeRichard Smith2018-08-011-0/+3
* Remove trailing spaceFangrui Song2018-07-301-37/+37
* [RISCV] Add support for interrupt attributeAna Pazos2018-07-261-0/+62
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-0/+48
* Change \t to spacesFangrui Song2018-07-201-1/+1
* Add support for __declspec(code_seg("segname"))Erich Keane2018-07-181-2/+67
* [NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane2018-07-131-507/+482
* AttributeList de-listifying:Erich Keane2018-07-121-42/+45
* [Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...Craig Topper2018-07-091-0/+22
* When a dependent alignas is applied to a non-dependent typedef,Richard Smith2018-06-201-11/+12
* [CUDA][HIP] Allow CUDA __global__ functions to have amdgpu kernel attributesYaxun Liu2018-06-121-16/+18
* Revert r332470 (and corresponding tests in r332492).Richard Smith2018-05-181-31/+0