Skip to content
Snippets Groups Projects
Commit 1ca4a5c4 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Implement cross-module declaration merging for tag declarations, so

that if two modules A and B both contain a declaration of a tag such
as

  struct X;

and those two modules are unrelated, the two declarations of X will be
merged into a single redeclaration chain.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147488 91177308-0d34-0410-b5e6-96231b3b80d8
parent 5a15d922
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment