aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-indentation.c
AgeCommit message (Expand)AuthorFilesLines
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