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