r273287 - in /trunk/gcc/ada: ChangeLog ali.ads ...

pmderodat@gcc.gnu.org pmderodat@gcc.gnu.org
Tue Jul 9 07:55:00 GMT 2019


Author: pmderodat
Date: Tue Jul  9 07:55:06 2019
New Revision: 273287

URL: https://gcc.gnu.org/viewcvs?rev=273287&root=gcc&view=rev
Log:
[Ada] Reformat comments

Replace ".  " (i.e. a period followed by two spaces) with ". "; this is
meant to avoid distraction when reading comments, except for the license
section, where apparently this makes the formating nicer. Some comments
have been refilled, in particular those that could fit into fewer lines.

Also, some occurences of this patter in code has also been removed, e.g.
in "J in 1 ..  3".

2019-07-09  Piotr Trojanek  <trojanek@adacore.com>

gcc/ada/

	* ali.ads, bindo-graphs.adb, bindo-validators.adb, clean.adb,
	doc/gnat_ugn/elaboration_order_handling_in_gnat.rst, einfo.ads,
	exp_aggr.adb, exp_ch13.adb, exp_ch4.adb, exp_ch5.adb,
	exp_ch6.adb, exp_ch7.adb, exp_ch9.adb, exp_pakd.adb,
	fname-uf.ads, gnatlink.adb, inline.adb, lib.ads, make.adb,
	namet.ads, opt.ads, par-ch4.adb, par-ch6.adb, par-labl.adb,
	prep.adb, sem_aggr.adb, sem_ch13.adb, sem_ch4.adb, sem_ch5.adb,
	sem_ch6.adb, sem_ch6.ads, sem_ch7.adb, sem_ch8.adb, sem_dim.adb,
	sem_disp.adb, sem_prag.adb, sem_res.adb, sem_warn.adb,
	sinfo.ads: Replace ".  " with ". ". Minor reformatting and typo
	corrections.
	* gnat_ugn.texi: Generate.

Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/ali.ads
    trunk/gcc/ada/bindo-graphs.adb
    trunk/gcc/ada/bindo-validators.adb
    trunk/gcc/ada/clean.adb
    trunk/gcc/ada/doc/gnat_ugn/elaboration_order_handling_in_gnat.rst
    trunk/gcc/ada/einfo.ads
    trunk/gcc/ada/exp_aggr.adb
    trunk/gcc/ada/exp_ch13.adb
    trunk/gcc/ada/exp_ch4.adb
    trunk/gcc/ada/exp_ch5.adb
    trunk/gcc/ada/exp_ch6.adb
    trunk/gcc/ada/exp_ch7.adb
    trunk/gcc/ada/exp_ch9.adb
    trunk/gcc/ada/exp_pakd.adb
    trunk/gcc/ada/fname-uf.ads
    trunk/gcc/ada/gnat_ugn.texi
    trunk/gcc/ada/gnatlink.adb
    trunk/gcc/ada/inline.adb
    trunk/gcc/ada/lib.ads
    trunk/gcc/ada/make.adb
    trunk/gcc/ada/namet.ads
    trunk/gcc/ada/opt.ads
    trunk/gcc/ada/par-ch4.adb
    trunk/gcc/ada/par-ch6.adb
    trunk/gcc/ada/par-labl.adb
    trunk/gcc/ada/prep.adb
    trunk/gcc/ada/sem_aggr.adb
    trunk/gcc/ada/sem_ch13.adb
    trunk/gcc/ada/sem_ch4.adb
    trunk/gcc/ada/sem_ch5.adb
    trunk/gcc/ada/sem_ch6.adb
    trunk/gcc/ada/sem_ch6.ads
    trunk/gcc/ada/sem_ch7.adb
    trunk/gcc/ada/sem_ch8.adb
    trunk/gcc/ada/sem_dim.adb
    trunk/gcc/ada/sem_disp.adb
    trunk/gcc/ada/sem_prag.adb
    trunk/gcc/ada/sem_res.adb
    trunk/gcc/ada/sem_warn.adb
    trunk/gcc/ada/sinfo.ads



More information about the Gcc-cvs mailing list