Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
in C89 mode. This makes it enabled by default instead of only enabled with -pedantic. Clang defaults to c99 mode, so people will see this more often than with GCC, but they can always use -std=c89 if they really want c89. llvm-svn: 65647
llvm-svn: 59921
llvm-svn: 46946
Sema::CheckInitializerListTypes() needs to ignore invalid structures. llvm-svn: 46942