mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +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