aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2021-01-26 18:13:45 +0100
committerRaphael Isemann <teemperor@gmail.com>2021-01-26 19:13:12 +0100
commit48e09faa9457b99b927ccc0d0fbbe452eaf9901d (patch)
tree23a7704dbd9dd42ade66ffb2548270c81a4f7d50 /clang/lib/Frontend/CompilerInvocation.cpp
parent8262cd8a0e24fd5d3d528d675e106031d4232d8d (diff)
downloadllvm-48e09faa9457b99b927ccc0d0fbbe452eaf9901d.zip
llvm-48e09faa9457b99b927ccc0d0fbbe452eaf9901d.tar.gz
llvm-48e09faa9457b99b927ccc0d0fbbe452eaf9901d.tar.bz2
[lldb][NFC] Another attempt to fix GCC 5.x compilation
37510f69b4cb8d76064f108d57bebe95984a23ae tried to fix GCC 5.x compilation by making the enum which is used as a unordered_map key unscoped. However it seems that in GCC 5.x, enum keys are not supported *at all* in unordered_maps (at least that's what some trial&error on godbolt tells me). This updates the workaround to just use an int until GCC 5.x support is dropped.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions