aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorJohannes Doerfert <johannes@jdoerfert.de>2022-01-08 12:17:04 -0600
committerJohannes Doerfert <johannes@jdoerfert.de>2022-01-08 16:59:21 -0600
commit6c745e04fac8241e1be6ef90a654228d4eb3ff2b (patch)
tree773d99959d9dfc5da689cc6e81b91324aee1798a /clang/lib/CodeGen/CodeGenModule.cpp
parent6a10bc705681a5dc56e57afc82fc06575df50cef (diff)
downloadllvm-6c745e04fac8241e1be6ef90a654228d4eb3ff2b.zip
llvm-6c745e04fac8241e1be6ef90a654228d4eb3ff2b.tar.gz
llvm-6c745e04fac8241e1be6ef90a654228d4eb3ff2b.tar.bz2
[Attributor][FIX] Ensure order for multiple references into map
If we have multiple references into a map we need to ensure the ones created late do not invalidate the ones created early. To do that we need to make sure all but the first are not modifying the map, hence for them the keys have to be present already. Fixes #52875.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions