]> granicus.if.org Git - clang/commit
[modules] Fix thread safety analysis to cope with merging of FieldDecls across modules.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 12 Aug 2015 02:17:52 +0000 (02:17 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 12 Aug 2015 02:17:52 +0000 (02:17 +0000)
commit74067ba88c9ffc510b9c64d2880270ca0c3f8316
treea7bb4d4490a8e9e3486aaf2862038b90d3f03ec7
parentab7dd0fa9fe23e407246e3add309fde531851be4
[modules] Fix thread safety analysis to cope with merging of FieldDecls across modules.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244714 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ThreadSafetyCommon.cpp
test/Modules/Inputs/thread-safety/a.h [new file with mode: 0644]
test/Modules/Inputs/thread-safety/b.h [new file with mode: 0644]
test/Modules/Inputs/thread-safety/c.h [new file with mode: 0644]
test/Modules/Inputs/thread-safety/module.map [new file with mode: 0644]
test/Modules/thread-safety.cpp [new file with mode: 0644]