Commit aa6c5afe by Eric Botcazou

Fix formatting

From-SVN: r267797
parent c2b7062d
2019-01-09 Sandra Loosemore <sandra@codesourcery.com> 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
PR other/16615 PR other/16615
* exp_ch11.adb: Change "can not" to "cannot". * exp_ch11.adb: Change "can not" to "cannot".
* sem_ch4.adb: Likewise. * sem_ch4.adb: Likewise.
2019-01-09 Sandra Loosemore <sandra@codesourcery.com> 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
PR other/16615 PR other/16615
* exp_ch9.adb: Mechanically replace "can not" with "cannot". * exp_ch9.adb: Mechanically replace "can not" with "cannot".
* libgnat/s-regpat.ads: Likewise. * libgnat/s-regpat.ads: Likewise.
* par-ch4.adb: Likewise. * par-ch4.adb: Likewise.
...@@ -18,28 +16,22 @@ ...@@ -18,28 +16,22 @@
2019-01-08 Justin Squirek <squirek@adacore.com> 2019-01-08 Justin Squirek <squirek@adacore.com>
Revert: Revert:
2018-07-31 Justin Squirek <squirek@adacore.com> 2018-07-31 Justin Squirek <squirek@adacore.com>
gcc/ada/ * lib-writ.adb (Write_With_Lines): Modfiy the generation
of dependencies within ali files so that source unit
* lib-writ.adb (Write_With_Lines): Modfiy the generation bodies are properly listed even if said bodies are
of dependencies within ali files so that source unit missing. Perform legacy behavior in GNATprove mode.
bodies are properly listed even if said bodies are * lib-writ.ads: Modify documentation to reflect current
missing. Perform legacy behavior in GNATprove mode. behavior.
* lib-writ.ads: Modify documentation to reflect current
behavior.
and: and:
2018-09-26 Justin Squirek <squirek@adacore.com> 2018-09-26 Justin Squirek <squirek@adacore.com>
gcc/ada/ * lib-writ.adb, lib-writ.ads (Write_With_Lines): Add
documentation and an extra conditional check for RCI
* lib-writ.adb, lib-writ.ads (Write_With_Lines): Add units so that generated ali files will list the spec
documentation and an extra conditional check for RCI only instead of a body when a body is not found.
units so that generated ali files will list the spec
only instead of a body when a body is not found.
2019-01-04 Eric Botcazou <ebotcazou@adacore.com> 2019-01-04 Eric Botcazou <ebotcazou@adacore.com>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment