summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
OpenPOWER on IntegriCloud