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