summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for __declspec(code_seg("segname"))Erich Keane2018-05-161-0/+31
* [Clang] Implement function attribute no_stack_protector.Manoj Gupta2018-05-091-0/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-21/+21
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-301-1/+1
* [Availability] Improve availability to consider functions run at load timeSteven Wu2018-04-161-0/+6
* Allow [[maybe_unused]] on static data members; these are considered variables...Aaron Ballman2018-04-121-10/+0
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Remove the temporary availability checking workaround forAlex Lorenz2018-04-051-22/+0
* [Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.Volodymyr Sapsai2018-03-291-19/+82
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-1/+1
* Adding nocf_check attribute for cf-protection fine tuningOren Ben Simhon2018-03-171-18/+14
* Reland "[Attr] Fix parameter indexing for several attributes"Joel E. Denny2018-03-131-85/+66
* Avoid including ScopeInfo.h from Sema.hReid Kleckner2018-03-071-0/+1
* Revert r326602, it caused PR36620.Nico Weber2018-03-071-66/+83
* Replace the custom handling for several attributes; NFC.Aaron Ballman2018-03-041-64/+10
* Create a subject list for the `used` attribute rather than use custom checkin...Aaron Ballman2018-03-031-18/+1
* [Attr] Fix parameter indexing for several attributesJoel E. Denny2018-03-021-83/+66
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-1/+1
* When diagnosing the arguments to alloc_size, report the failing argument usin...Aaron Ballman2018-02-251-23/+9
* Fix a failing assertion with the pointer_with_type_tag attribute when the fun...Aaron Ballman2018-02-251-4/+3
* Add a C++11 and C2x spelling for the type safety attribute (argument_with_typ...Aaron Ballman2018-02-251-16/+4
* Clean up 'target' attribute diagnosticsErich Keane2018-02-161-2/+3
* Amend r325256. This change was not properly merged locally before the commit ...Aaron Ballman2018-02-151-1/+1
OpenPOWER on IntegriCloud