]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Fix various issues in the SARIF report
authorViljar Indus <indus@adacore.com>
Mon, 20 Jan 2025 18:04:59 +0000 (20:04 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Thu, 5 Jun 2025 08:18:35 +0000 (10:18 +0200)
commit64d277b6b823966fefd2818005de1789de9ca016
tree22ce313d772d5a843cc70ec3546d03ccfa47b07d
parentd8610fb01b7a380acdd5872f4eb080599643f903
ada: Fix various issues in the SARIF report

gcc/ada/ChangeLog:

* diagnostics-sarif_emitter.adb (Print_Invocations): fix
commandLine and executionSuccessful nodes.
Fix typo in the name for startLine.
* osint.adb (Modified Get_Current_Dir) Fix generation of
the current directory.
(Relative_Path): Avoid relative paths starting with a
path separator.
* osint.ads: Update the documentation for Relative_Path.
gcc/ada/diagnostics-sarif_emitter.adb
gcc/ada/osint.adb
gcc/ada/osint.ads