summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...Fangrui Song2020-01-241-2/+2
* Support function attribute patchable_function_entryFangrui Song2020-01-101-0/+23
* Add support for __declspec(guard(nocf))Andrew Paverd2020-01-101-0/+22
* [Concepts] Function trailing requires clausesSaar Raz2020-01-091-1/+2
* [LifetimeAnalysis] Do not forbid void deref type in gsl::Pointer/gsl::Owner a...Gabor Horvath2020-01-071-5/+3
* Allow redeclaration of __declspec(uuid)Zachary Henkel2019-12-281-3/+5
* [attributes][analyzer] Add annotations for handles.Gabor Horvath2019-12-201-0/+37
* [WebAssembly] Setting export_name implies llvm.usedSam Clegg2019-12-161-2/+2
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-0/+25
* [Attr] Move ParsedTargetAttr out of the TargetAttr classCraig Topper2019-12-091-1/+1
* [SYCL] Add sycl_kernel attribute for accelerated code outliningMariya Podchishchaeva2019-12-031-0/+42
* Separate the MS inheritance model enum from the attribute, NFCReid Kleckner2019-11-221-9/+8
* Implement __attribute__((objc_direct)), __attribute__((objc_direct_members))Pierre Habouzit2019-11-181-0/+30
* Implement target(branch-protection) attribute for AArch64Momchil Velikov2019-11-151-0/+13
* [BPF] Add preserve_access_index attribute for record definitionYonghong Song2019-11-131-1/+29
* Revert "[BPF] Add preserve_access_index attribute for record definition"Yonghong Song2019-11-091-65/+1
* [BPF] Add preserve_access_index attribute for record definitionYonghong Song2019-11-091-1/+65
* isBuiltinFunc() uses StringRef instead of const char*Guillaume Chatelet2019-10-291-1/+1
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-291-0/+53
* Revert "[clang] Add no_builtin attribute"Vlad Tsyrklevich2019-10-281-53/+0
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-281-0/+53
* [clang,ARM] Initial ACLE intrinsics for MVE.Simon Tatham2019-10-241-2/+7
* [clang] New __attribute__((__clang_arm_mve_alias)).Simon Tatham2019-10-241-0/+29
* SemaDeclAttr - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-041-4/+4
* Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim2019-10-031-1/+1
* [clang] [AST] Treat "inline gnu_inline" the same way as "extern inline gnu_in...Martin Storsjo2019-09-271-0/+3
* [CUDA][HIP] Enable kernel function return type deduction.Michael Liao2019-09-251-1/+3
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-131-629/+352
* Reland [LifetimeAnalysis] Support more STL idioms (template forward declarati...Matthias Gehre2019-09-061-6/+10
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-2/+2
* Revert "[LifetimeAnalysis] Support more STL idioms (template forward declarat...Richard Smith2019-08-221-10/+6
* [LifetimeAnalysis] Support more STL idioms (template forward declaration and ...Matthias Gehre2019-08-211-6/+10
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-091-0/+3
* Add lifetime categories attributesMatthias Gehre2019-07-251-2/+66
* Implement P1771Erich Keane2019-07-251-1/+2
* Implement P1301R4, which allows specifying an optional message on the [[nodis...Aaron Ballman2019-07-201-6/+22
* Disallow most calling convention attributes on PS4Sunil Srivastava2019-07-191-0/+5
* Renamed and changed the wording of warn_cconv_ignoredSunil Srivastava2019-07-171-1/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-3/+3
* [MS] Treat ignored explicit calling conventions as an explicit __cdeclReid Kleckner2019-07-091-4/+18
* clang-cl: Port cl.exe's C4659 to clang-clNico Weber2019-07-091-4/+9
* [HIP] Support attribute hip_pinned_shadowYaxun Liu2019-06-261-0/+4
* P0840R2: support for [[no_unique_address]] attributeRichard Smith2019-06-201-0/+3
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-6/+4
* Add Attribute NoThrow as an Exception Specifier TypeErich Keane2019-05-301-1/+2
* Add the `objc_class_stub` attribute.John McCall2019-05-301-0/+3
* Do not use the incorrect attribute spelling list index when translating a no_...Aaron Ballman2019-05-211-3/+15
* 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
OpenPOWER on IntegriCloud