]> granicus.if.org Git - clang/commit
ObjC Module: try to make objc module deterministic.
authorManman Ren <manman.ren@gmail.com>
Thu, 17 Nov 2016 18:41:18 +0000 (18:41 +0000)
committerManman Ren <manman.ren@gmail.com>
Thu, 17 Nov 2016 18:41:18 +0000 (18:41 +0000)
commit5b8679eae47a8f9b40692a7ceda1f480f9780efe
tree7b4ac8a5794cdd36d2a24868e7ebd5379f51ffd3
parent9d3affe6fdd282c444907d83e78efded20f98160
ObjC Module: try to make objc module deterministic.

Make sure that comparing selectors in DeclarationName does its job.
rdar://problem/28988750

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287244 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclarationName.cpp
test/Modules/stress-objc.m [new file with mode: 0644]