summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* NFC; clean up this file based on our coding standards. The impetus was consid...Aaron Ballman2018-02-151-1500/+1467
* [CUDA] Allow external variables in separate compilationJonas Hahnfeld2018-02-141-1/+2
* Implement function attribute artificialErich Keane2018-02-141-0/+3
* Add support for attribute 'trivial_abi'.Akira Hatanaka2018-02-051-0/+3
* [Refactor] Use enum instead of magic number in handleX86ForceAlignArgPointerA...Hongbin Zheng2018-01-191-1/+1
* Add support for ObjectFormat to TargetSpecificAttrErich Keane2017-12-201-6/+0
* [ThreadSafetyAnalysis] Fix isCapabilityExprYi Kong2017-12-141-5/+4
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-7/+7
* Disallow a cleanup attribute from appertaining to a parameter (the attribute ...Aaron Ballman2017-12-011-7/+1
* Convert clang::LangAS to a strongly typed enumAlexander Richardson2017-10-151-2/+2
* Revert "[Sema] Warn on attribute nothrow conflicting with language specifiers"Reid Kleckner2017-10-021-20/+1
* [Sema] Warn on attribute nothrow conflicting with language specifiersErich Keane2017-09-281-1/+20
* Fix capitalization of a bunch of parameters in SemaDeclAttr [NFC]Erich Keane2017-09-271-44/+44
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-221-0/+19
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-19/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+19
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-19/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+19
* [Sema] Don't emit -Wunguarded-availability for switch casesErik Pilkington2017-08-181-0/+4
* Unguarded availability diagnoser should use TraverseStmt instead ofAlex Lorenz2017-08-171-2/+1
* [Sema] Improve some -Wunguarded-availability diagnosticsErik Pilkington2017-08-141-75/+78
* Rename cxx1z -> cxx17 across all diagnostic IDs.Richard Smith2017-08-131-2/+2
* Revert "Thread Safety Analysis: warn on nonsensical attributes."Josh Gao2017-08-111-46/+11
* Thread Safety Analysis: warn on nonsensical attributes.Josh Gao2017-08-081-11/+46
* Reland "Thread Safety Analysis: fix assert_capability."Josh Gao2017-08-081-1/+5
* Restore previous structure ABI behavior for bit-fields with the packed attrib...Aaron Ballman2017-08-081-7/+21
* Revert "Thread Safety Analysis: fix assert_capability."Josh Gao2017-08-011-5/+1
* Thread Safety Analysis: fix assert_capability.Josh Gao2017-08-011-1/+5
* unguarded availability: add a fixit for the "annotate '...'Alex Lorenz2017-07-261-2/+66
* [CodeGen][mips] Support `long_call/far/near` attributesSimon Atanasyan2017-07-201-0/+8
* Improve SEMA for attribute-targetErich Keane2017-07-191-8/+29
* [Sema] NFC: Move all availability checking code to SemaDeclAttr.cppErik Pilkington2017-07-181-12/+97
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-171-1/+1
* Use ARC parsing rules for ns_returns_retained in MRC so that code canJohn McCall2017-07-151-0/+15
* [Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington2017-07-051-36/+79
* fix trivial typos, NFCHiroshi Inoue2017-06-301-1/+1
OpenPOWER on IntegriCloud