"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "68bb8f00c038865107d59c191e42ac64a761dcbf"
Initial implementation of anonymous unions (and, as a GNU extension,
structures and classes) in C++. Covers name lookup and the synthesis and member access for the unnamed objects/fields associated with anonymous unions. Some C++ semantic checks are still missing (anonymous unions can't have function members, static data members, etc.), and there is no support for anonymous structs or unions in C. llvm-svn: 61840
Loading
Please register or sign in to comment