aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/known-headers.cc
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Merged current trunk to branch.Thomas Koenig1-1/+8
2020-06-04Provide diagnostic hints for missing C++ cinttypes string constants.Mark Wielaard1-0/+8
2020-06-04Provide diagnostic hints for missing C inttypes.h string constants.Mark Wielaard1-1/+52
2020-05-22Suggest including <stdint.h> or <cstdint> for [u]int[8|16|32|64]_tMark Wielaard1-6/+36
2020-05-22Suggest including <stdbool.h> for bool, true and falseMark Wielaard1-0/+8
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-31Fix bogus fix-it for FLT_MAX (PR c/89122)David Malcolm1-0/+8
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm1-1/+1
2018-03-29More #include suggestions (PR c++/84269)David Malcolm1-1/+32
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-1/+1
2017-11-21C/C++: more stdlib header hints (PR c/81404)David Malcolm1-0/+169