Thread safety analysis: Factor out function for merging locks (NFC)
authorAaron Puchert <aaron.puchert@sap.com>
Thu, 27 May 2021 15:44:43 +0000 (17:44 +0200)
committerAaron Puchert <aaron.puchert@sap.com>
Thu, 27 May 2021 15:44:48 +0000 (17:44 +0200)
commit3d64677c28072867ea6025a22805977386b767f8
tree2a0a02ecc1d35aecbfdd4cd8982ba42d649e5462
parent192b4141f0d74dd08a4eacf2184a6881906993ed
Thread safety analysis: Factor out function for merging locks (NFC)

It's going to become a bit more complicated, so let's have it separate.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D102025
clang/lib/Analysis/ThreadSafety.cpp