Skip to content
Commit 2009ceed 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.

llvm-svn: 147488
parent 1b7f2a76
Loading
Loading
Loading
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