Files
llvm-project/clang/test/Modules/Inputs/merge-template-members/b2.h
Richard Smith 7483d20e77 [modules] If we already have a fake definition for one declaration of a class,
don't think we're providing a new one in an update record adding a definition
to another declaration of the same class.

llvm-svn: 228104
2015-02-04 01:23:46 +00:00

7 lines
186 B
C

#include "a2.h"
// Add update record for definition of A<int> and constructors.
// We need an eagerly-emitted use here to get the problematic
// deserialization ordering.
N::A<int> b2;