summaryrefslogtreecommitdiff
path: root/gcc/attribs.h
Commit message (Expand)AuthorAgeFilesLines
* don't declare header-defined functions both static and inlinePatrick Palka2023-02-161-8/+8
* Replace flag_strict_flex_arrays with DECL_NOT_FLEXARRAY in middle-end.Qing Zhao2023-01-131-2/+0
* Update copyright years.Jakub Jelinek2023-01-021-1/+1
* Update -Warray-bounds with -fstrict-flex-arrays.Qing Zhao2022-12-061-0/+2
* c++: Improve handling of foreigner namespace attributesJakub Jelinek2022-10-071-1/+18
* c: support the attribute starting with '_'Martin Liska2022-10-051-2/+2
* attribs: Add overloads with namespace nameJakub Jelinek2022-10-041-0/+38
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* attribs: Fix wrong error with -Wno-attribute=A::b [PR103649]Marek Polacek2021-12-171-0/+2
* x86: Speed up target attribute handling by using a cacheJakub Jelinek2021-12-031-0/+1
* attribs: Fix ICEs on attributes starting with _ [PR103365]Jakub Jelinek2021-11-241-3/+8
* attribs: Implement -Wno-attributes=vendor::attr [PR101940]Marek Polacek2021-11-101-4/+24
* [PATCH] Remove unused function make_unique_name.Benjamin Peterson2021-09-191-1/+0
* Add new gimple-ssa-warn-access pass.Martin Sebor2021-07-281-2/+0
* c++: Tweak merging of vector attributes that affect type identity [PR98852]Richard Sandiford2021-04-151-0/+1
* c: Don't drop vector attributes that affect type identity [PR98852]Richard Sandiford2021-04-151-0/+2
* Reset front end trees before they make it into the middle end (PR middle-end/...Martin Sebor2021-02-011-0/+3
* analyzer: use "malloc" attributeDavid Malcolm2021-01-181-0/+2
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Infrastructure & C front end changes for array parameter checking (PR c/50584).Martin Sebor2020-09-191-2/+65
* Add -Wstringop-overread for reading past the end by string functions.Martin Sebor2020-08-281-1/+0
* Implement a solution for PR middle-end/10138 and PR middle-end/95136.Martin Sebor2020-06-041-1/+11
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* PR middle-end/83859 - attributes to associate pointer arguments and sizesMartin Sebor2019-11-221-0/+20
* PR c++/60364 - noreturn after first decl not diagnosed.Marek Polacek2019-06-191-0/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor2018-11-091-0/+6
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor2017-12-071-1/+1
* re PR libstdc++/81706 (std::sin vectorization bug)Jakub Jelinek2017-10-251-0/+10
* Reduce lookup_attribute memory footprint.Martin Liska2017-09-121-11/+9
* trans.c: Include header files.Martin Liska2017-08-081-0/+113
* Canonicalize names of attributes.Martin Liska2017-08-071-0/+43
* attribs.h (sorted_attr_string): Move machine independent functions for target...Michael Meissner2017-05-111-0/+6
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Implement C++17 [[maybe_unused]] attribute.Jason Merrill2016-04-251-0/+3
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Makefile.in (OBJS): Add multiple_target.o.Evgeny Stupachenko2015-10-301-0/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+40