]> granicus.if.org Git - clang/commit
Thread safety analysis: Avoid intermediate copies [NFC]
authorAaron Puchert <aaronpuchert@alice-dsl.net>
Sun, 16 Dec 2018 16:19:11 +0000 (16:19 +0000)
committerAaron Puchert <aaronpuchert@alice-dsl.net>
Sun, 16 Dec 2018 16:19:11 +0000 (16:19 +0000)
commita6b9739069763243020f4ea6fe586bc135fde1f9
treed224e6bf7f0f980cf45e097436deb38908bd3d9b
parent26546ec349da3daee235046a0e55bd4f82112cba
Thread safety analysis: Avoid intermediate copies [NFC]

The main reason is to reduce the number of constructor arguments though,
especially since many of them had the same type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@349308 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ThreadSafety.cpp