"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "cfe08bc7d68712d8bdb2c205981bbbf15968a19e"
-
Francois Pichet authored
More anonymous struct/union redesign. This one deals with anonymous field used in a constructor initializer list: struct X { X() : au_i1(123) {} union { int au_i1; float au_f1; }; }; clang will now deal with au_i1 explicitly as an IndirectFieldDecl. llvm-svn: 120900
d583da04
Loading