[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)
commitdd55b95fb2c2d3d65cf37c3cd8173380a97dd673
tree3e3083e814672c88bd71ab5483adf5ab21909d30
parent9e5f2a96f1c2e0ba2456b86102d5f558bcfc01dc
[modules] Fix thread safety analysis to cope with merging of FieldDecls across modules.

llvm-svn: 244714
clang/lib/Analysis/ThreadSafetyCommon.cpp
clang/test/Modules/Inputs/thread-safety/a.h [new file with mode: 0644]
clang/test/Modules/Inputs/thread-safety/b.h [new file with mode: 0644]
clang/test/Modules/Inputs/thread-safety/c.h [new file with mode: 0644]
clang/test/Modules/Inputs/thread-safety/module.map [new file with mode: 0644]
clang/test/Modules/thread-safety.cpp [new file with mode: 0644]