Patch to warn about __private_extern__ on tentative definitions
as it does something unexpected (but gcc compatible). Suggest use of __attribute__((visibility("hidden"))) on declaration instead. // rdar://7703982 llvm-svn: 161972
Loading
Please register or sign in to comment