aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInstance.cpp
diff options
context:
space:
mode:
authorJan Svoboda <jan_svoboda@apple.com>2021-04-05 12:15:50 +0200
committerJan Svoboda <jan_svoboda@apple.com>2021-04-06 09:24:42 +0200
commitcc26943313def7a985f72eadc7499ac981daabc6 (patch)
tree3dbe8324ad8247dc2a748a441527054623fdcec9 /clang/lib/Frontend/CompilerInstance.cpp
parent98742e42fc50f58d3f2d3f2cdbbf540288c134b9 (diff)
downloadllvm-cc26943313def7a985f72eadc7499ac981daabc6.zip
llvm-cc26943313def7a985f72eadc7499ac981daabc6.tar.gz
llvm-cc26943313def7a985f72eadc7499ac981daabc6.tar.bz2
[clang][cli] Ensure plugin args are generated in deterministic order
The '-plugin-arg' command-line arguments are not being generated in deterministic order. This patch changes the storage from `std::unordered_map` to `std::map` to enforce ordering. Reviewed By: dexonsmith Differential Revision: https://reviews.llvm.org/D99879
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
0 files changed, 0 insertions, 0 deletions