"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "558e37858b7a41d5714cb608c8bc92887ed92b92"
Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning
catches uses of an extremely minor and widely-available C++ extension (which every C++ compiler I could find supports, but EDG and Clang reject in strict mode). The diagnosed code pattern looks like this: struct X { union { struct { int a; int b; } S; }; }; llvm-svn: 174103
Loading
Please register or sign in to comment