aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/pprint.adb
AgeCommit message (Expand)AuthorFilesLines
2022-11-04ada: Refactor: replace uses of `not Present(X)` with `No (X)`Ghjuvan Lacambre1-2/+2
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2021-09-22[Ada] Removal of technical debtJustin Squirek1-42/+17
2021-05-07[Ada] Minor reformattingsBob Duff1-12/+12
2021-05-07[Ada] Variable-sized node typesBob Duff1-2/+6
2021-05-05[Ada] Refactor repeated call to Next when pretty-printing if-expressionsPiotr Trojanek1-4/+6
2021-05-04[Ada] Remove arbitrary and redundant qualification with SinfoPiotr Trojanek1-15/+13
2021-05-04[Ada] Use function and not procedure UI_Image in pretty-printingPiotr Trojanek1-2/+1
2021-05-04[Ada] Reuse existing To_Mixed routine in pretty-printerPiotr Trojanek1-28/+3
2021-05-04[Ada] Refine type of a counter variable from Integer to NaturalPiotr Trojanek1-1/+1
2021-05-04[Ada] Minor tweak in pretty-printing of expressionsYannick Moy1-1/+7
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2020-07-27[Ada] Use membership tests in front-endArnaud Charlet1-8/+5
2020-06-02[Ada] Bump copyright yearArnaud Charlet1-1/+1
2019-01-08[Ada] Bump copyright years to 2019Pierre-Marie de Rodat1-1/+1
2018-05-25[Ada] Strip too long expressions in debug routinesArnaud Charlet1-0/+7
2018-05-25[Ada] Minor reformattingHristian Kirtchev1-5/+10
2018-05-25[Ada] Do not print non ASCII characters in debug routinesArnaud Charlet1-2/+10
2018-05-24[Ada] Improve GNATprove messages on unproved checksYannick Moy1-8/+59
2018-05-22[Ada] Minor reformattingsHristian Kirtchev1-7/+15
2018-05-21[Ada] Pretty-print attribute names using mixed caseDaniel Mercier1-1/+26
2018-01-11[Ada] Bump copyright notices to 2018Arnaud Charlet1-1/+1
2017-09-06exp_util.adb (Side_Effect_Free): For CodePeer (only) treat uses of 'Image and...Steve Baird1-14/+58
2017-01-13sem_aggr.adb, [...]: Update all eligible case statements to reflect the new s...Hristian Kirtchev1-42/+58
2016-06-20[multiple changes]Arnaud Charlet1-2/+2
2016-06-20[multiple changes]Arnaud Charlet1-2/+17
2015-10-20[multiple changes]Arnaud Charlet1-1/+1
2015-10-20[multiple changes]Arnaud Charlet1-109/+188
2014-10-23[multiple changes]Arnaud Charlet1-0/+3
2014-10-20[multiple changes]Arnaud Charlet1-7/+34
2012-10-29* pprint.ads, pprint.adb: New.Arnaud Charlet1-0/+682