[all-commits] [llvm/llvm-project] dda8ac: Sarif: stabilize artifacts order
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Jul 20 21:38:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dda8ac8d3a6a7de7c1cc3f031bb5296bae74d754
https://github.com/llvm/llvm-project/commit/dda8ac8d3a6a7de7c1cc3f031bb5296bae74d754
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M clang/lib/Basic/Sarif.cpp
M clang/unittests/Basic/SarifTest.cpp
Log Message:
-----------
Sarif: stabilize artifacts order
StringMap iteration order is not guaranteed to be deterministic
(https://llvm.org/docs/ProgrammersManual.html#llvm-adt-stringmap-h).
More information about the All-commits
mailing list