summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-indentation.c
Commit message (Expand)AuthorAgeFilesLines
* Rename .c files to .cc files.Martin Liska2022-01-171-815/+0
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* c-family: Fix regression in location-overflow-test-1.c [PR97117]Patrick Palka2020-11-091-36/+34
* c-family: Macro support in -Wmisleading-indentation [PR80076]Patrick Palka2020-09-171-13/+48
* diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt2020-07-141-3/+2
* add a new option -flarge-source-files.qing zhao2020-05-061-0/+5
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Wrap option names in gcc internal messages with %< and %>.Martin Liska2019-03-111-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Add support for grouping of related diagnostics (PR other/84889)David Malcolm2018-08-201-0/+1
* -Wmisleading-indentation: fix ICE in get_visual_column (PR c++/70693)David Malcolm2018-08-161-14/+178
* Use char_span for return type of location_get_source_lineDavid Malcolm2018-04-301-6/+3
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR c/80116 (Warn about macros expanding to multiple statements)Marek Polacek2017-06-261-5/+7
* c-indentation.c: workaround xgettext limitation (PR c/79921)David Malcolm2017-03-101-2/+2
* Fix wording of -Wmisleading-indentation (PR c++/71497)David Malcolm2017-01-171-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* re PR c++/70639 (internal compiler error: in guard_tinfo_to_string, at c-fami...Marek Polacek2016-04-131-4/+5
* PR c/69993: improvements to wording of -Wmisleading-indentationDavid Malcolm2016-03-221-4/+6
* PR c/68187: fix overzealous -Wmisleading-indentation (comment #1)David Malcolm2016-03-041-61/+80
* PR c/68187: fix overzealous -Wmisleading-indentation (comment #0)David Malcolm2016-03-041-6/+10
* PR preprocessor/69177 and PR c++/68819: libcpp fallbacks and -Wmisleading-ind...David Malcolm2016-01-141-5/+26
* Fix -Wmisleading indentation false-positive for do-while statementPatrick Palka2016-01-101-0/+6
* Fix PR c/69122 (-Wmisleading-indentation false positive with empty macros)David Malcolm2016-01-051-2/+22
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* decl.c: Remove unused header files.Andrew MacLeod2015-11-111-4/+0
* decl.c: Reorder #include's and remove duplicates.Andrew MacLeod2015-10-291-2/+2
* Fix a -Wmisleading-indentation false-negativePatrick Palka2015-09-241-1/+1
* Fix -Wmisleading-indentation false-positivePatrick Palka2015-09-221-15/+8
* Change of location_get_source_line signatureDavid Malcolm2015-09-151-7/+3
* Improve -Wmisleading-indentation heuristicsPatrick Palka2015-08-021-20/+147
* Remove is_first_nonwhitespace_on_line(), instead improve get_visual_column()Patrick Palka2015-08-021-29/+24
* Refactor entry point to -Wmisleading-indentationPatrick Palka2015-08-021-18/+61
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-1/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* PR c/66220: Fix false positive from -Wmisleading-indentationDavid Malcolm2015-06-021-8/+18
* Avoid unnecessary work when -Wmisleading-indentation isn't enabledDavid Malcolm2015-06-021-0/+6
* Implement -Wmisleading-indentationDavid Malcolm2015-05-121-0/+384