aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-indentation.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-815/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-09c-family: Fix regression in location-overflow-test-1.c [PR97117]Patrick Palka1-36/+34
2020-09-17c-family: Macro support in -Wmisleading-indentation [PR80076]Patrick Palka1-13/+48
2020-07-14diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt1-3/+2
2020-05-06add a new option -flarge-source-files.qing zhao1-0/+5
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+1
2018-08-16-Wmisleading-indentation: fix ICE in get_visual_column (PR c++/70693)David Malcolm1-14/+178
2018-04-30Use char_span for return type of location_get_source_lineDavid Malcolm1-6/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-06-26re PR c/80116 (Warn about macros expanding to multiple statements)Marek Polacek1-5/+7
2017-03-10c-indentation.c: workaround xgettext limitation (PR c/79921)David Malcolm1-2/+2
2017-01-17Fix wording of -Wmisleading-indentation (PR c++/71497)David Malcolm1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-04-13re PR c++/70639 (internal compiler error: in guard_tinfo_to_string, at c-fami...Marek Polacek1-4/+5
2016-03-22PR c/69993: improvements to wording of -Wmisleading-indentationDavid Malcolm1-4/+6
2016-03-04PR c/68187: fix overzealous -Wmisleading-indentation (comment #1)David Malcolm1-61/+80
2016-03-04PR c/68187: fix overzealous -Wmisleading-indentation (comment #0)David Malcolm1-6/+10
2016-01-14PR preprocessor/69177 and PR c++/68819: libcpp fallbacks and -Wmisleading-ind...David Malcolm1-5/+26
2016-01-10Fix -Wmisleading indentation false-positive for do-while statementPatrick Palka1-0/+6
2016-01-05Fix PR c/69122 (-Wmisleading-indentation false positive with empty macros)David Malcolm1-2/+22
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-2/+2
2015-09-24Fix a -Wmisleading-indentation false-negativePatrick Palka1-1/+1
2015-09-22Fix -Wmisleading-indentation false-positivePatrick Palka1-15/+8
2015-09-15Change of location_get_source_line signatureDavid Malcolm1-7/+3
2015-08-02Improve -Wmisleading-indentation heuristicsPatrick Palka1-20/+147
2015-08-02Remove is_first_nonwhitespace_on_line(), instead improve get_visual_column()Patrick Palka1-29/+24
2015-08-02Refactor entry point to -Wmisleading-indentationPatrick Palka1-18/+61
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-02PR c/66220: Fix false positive from -Wmisleading-indentationDavid Malcolm1-8/+18
2015-06-02Avoid unnecessary work when -Wmisleading-indentation isn't enabledDavid Malcolm1-0/+6
2015-05-12Implement -Wmisleading-indentationDavid Malcolm1-0/+384