]> granicus.if.org Git - clang/commit
Teach the AST importer to merge enumerator constants. Fixes
authorDouglas Gregor <dgregor@apple.com>
Wed, 14 Nov 2012 22:29:20 +0000 (22:29 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 14 Nov 2012 22:29:20 +0000 (22:29 +0000)
commit1cef45955d87dde48c78b6878dc0ee67a3404b6c
tree71d83a5b77407144f7c80247c3aab178b9dac4f8
parentf5bf912767ba19832bba7694fc679a5ec3c055ff
Teach the AST importer to merge enumerator constants. Fixes
<rdar://problem/12676166>, and tested on the LLDB side of the world.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167990 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTImporter.cpp