summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-indentation.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/70639mpolacek2016-04-131-4/+5
* PR c/69993: improvements to wording of -Wmisleading-indentationdmalcolm2016-03-221-4/+6
* PR c/68187: fix overzealous -Wmisleading-indentation (comment #1)dmalcolm2016-03-041-61/+80
* PR c/68187: fix overzealous -Wmisleading-indentation (comment #0)dmalcolm2016-03-041-6/+10
* PR preprocessor/69177 and PR c++/68819: libcpp fallbacks and -Wmisleading-ind...dmalcolm2016-01-141-5/+26
* Fix -Wmisleading indentation false-positive for do-while statementppalka2016-01-101-0/+6
* Fix PR c/69122 (-Wmisleading-indentation false positive with empty macros)dmalcolm2016-01-051-2/+22
* Update copyright years.jakub2016-01-041-1/+1
* adaamacleod2015-11-111-4/+0
* adaamacleod2015-10-291-2/+2
* Fix a -Wmisleading-indentation false-negativeppalka2015-09-241-1/+1
* Fix -Wmisleading-indentation false-positiveppalka2015-09-221-15/+8
* Change of location_get_source_line signaturedmalcolm2015-09-151-7/+3
* Improve -Wmisleading-indentation heuristicsppalka2015-08-021-20/+147
* Remove is_first_nonwhitespace_on_line(), instead improve get_visual_column()ppalka2015-08-021-29/+24
* Refactor entry point to -Wmisleading-indentationppalka2015-08-021-18/+61
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-1/+0
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-3/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-3/+0
* PR c/66220: Fix false positive from -Wmisleading-indentationdmalcolm2015-06-021-8/+18
* Avoid unnecessary work when -Wmisleading-indentation isn't enableddmalcolm2015-06-021-0/+6
* Implement -Wmisleading-indentationdmalcolm2015-05-121-0/+384