aboutsummaryrefslogtreecommitdiff
path: root/gcc/attribs.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-13Replace flag_strict_flex_arrays with DECL_NOT_FLEXARRAY in middle-end.Qing Zhao1-2/+0
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-12-06Update -Warray-bounds with -fstrict-flex-arrays.Qing Zhao1-0/+2
2022-10-07c++: Improve handling of foreigner namespace attributesJakub Jelinek1-1/+18
2022-10-05c: support the attribute starting with '_'Martin Liska1-2/+2
2022-10-04attribs: Add overloads with namespace nameJakub Jelinek1-0/+38
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-17attribs: Fix wrong error with -Wno-attribute=A::b [PR103649]Marek Polacek1-0/+2
2021-12-03x86: Speed up target attribute handling by using a cacheJakub Jelinek1-0/+1
2021-11-24attribs: Fix ICEs on attributes starting with _ [PR103365]Jakub Jelinek1-3/+8
2021-11-10attribs: Implement -Wno-attributes=vendor::attr [PR101940]Marek Polacek1-4/+24
2021-09-19[PATCH] Remove unused function make_unique_name.Benjamin Peterson1-1/+0
2021-07-28Add new gimple-ssa-warn-access pass.Martin Sebor1-2/+0
2021-04-15c++: Tweak merging of vector attributes that affect type identity [PR98852]Richard Sandiford1-0/+1
2021-04-15c: Don't drop vector attributes that affect type identity [PR98852]Richard Sandiford1-0/+2
2021-02-01Reset front end trees before they make it into the middle end (PR middle-end/...Martin Sebor1-0/+3
2021-01-18analyzer: use "malloc" attributeDavid Malcolm1-0/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-19Infrastructure & C front end changes for array parameter checking (PR c/50584).Martin Sebor1-2/+65
2020-08-28Add -Wstringop-overread for reading past the end by string functions.Martin Sebor1-1/+0
2020-06-04Implement a solution for PR middle-end/10138 and PR middle-end/95136.Martin Sebor1-1/+11
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-22PR middle-end/83859 - attributes to associate pointer arguments and sizesMartin Sebor1-0/+20
2019-06-19PR c++/60364 - noreturn after first decl not diagnosed.Marek Polacek1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-09PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor1-0/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-1/+1
2017-10-25re PR libstdc++/81706 (std::sin vectorization bug)Jakub Jelinek1-0/+10
2017-09-12Reduce lookup_attribute memory footprint.Martin Liska1-11/+9
2017-08-08trans.c: Include header files.Martin Liska1-0/+113
2017-08-07Canonicalize names of attributes.Martin Liska1-0/+43
2017-05-11attribs.h (sorted_attr_string): Move machine independent functions for target...Michael Meissner1-0/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-04-25Implement C++17 [[maybe_unused]] attribute.Jason Merrill1-0/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30Makefile.in (OBJS): Add multiple_target.o.Evgeny Stupachenko1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+40