]> granicus.if.org Git - clang/commit
Implement merging of namespace-scope declarations across modules, so
authorDouglas Gregor <dgregor@apple.com>
Mon, 9 Jan 2012 17:38:47 +0000 (17:38 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 9 Jan 2012 17:38:47 +0000 (17:38 +0000)
commit0fdc09fe680787b855cf20183c4bd3b83f2c907f
treed0b4b5a3084439d53d910b4536bcc6f9c10e0522
parentc6c8e0ec96bb64f1b9f543d7c8317c6090f80a30
Implement merging of namespace-scope declarations across modules, so
that we can merge, for example, two occurrences of

  namespace N { void f(); }

in two disjoint modules.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147780 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReaderDecl.cpp
test/Modules/Inputs/namespaces-left.h
test/Modules/Inputs/namespaces-right.h
test/Modules/namespaces.cpp