Thread safety analysis: Rename parameters of ThreadSafetyAnalyzer::intersectAndWarn...
authorAaron Puchert <aaron.puchert@sap.com>
Tue, 29 Jun 2021 21:51:52 +0000 (23:51 +0200)
committerAaron Puchert <aaron.puchert@sap.com>
Tue, 29 Jun 2021 21:56:52 +0000 (23:56 +0200)
commite0b90771c318625e51c34c67db3f3dfbbb686df8
treefd8856ff9843d9334a57ad1f40d028ae19155e22
parentf664e2ec371f61b69e11147d7f9e045083335917
Thread safety analysis: Rename parameters of ThreadSafetyAnalyzer::intersectAndWarn (NFC)

In D104261 we made the parameters' meaning slightly more specific, this
changes their names accordingly. In all uses we're building a new lock
set by intersecting existing locksets. The first (modifiable) argument
is the new lock set being built, the second (non-modifiable) argument is
the exit set of a preceding block.

Reviewed By: aaron.ballman, delesley

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