mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
stdarg formats to use __attribute__ format so the compiler can flag incorrect uses. Fix all incorrect uses. Most of these are innocuous, a few were resulting in crashes. llvm-svn: 140185