aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/known-headers.cc
AgeCommit message (Expand)AuthorFilesLines
2024-11-27c-family: offer suggestions for missing command-line options [PR82892]David Malcolm1-0/+28
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-05-29c-family: add hints for strerrorOskari Pirhonen1-0/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-06-13c/c++: use positive tone in missing header notes [PR84890]David Malcolm1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-06-30c-family: Add <time.h> names to diagnostics for known headersJonathan Wakely1-0/+14
2022-05-16Use more ARRAY_SIZE.Martin Liska1-3/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-12Replace gnu::unique_ptr with std::unique_ptrJonathan Wakely1-1/+1
2021-06-14c-family: Add fix-it suggestions for more <stdlib.h> names [PR101052]Jonathan Wakely1-0/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
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