Skip to content
  • Daniel Dunbar's avatar
    Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get: · 3222b9be
    Daniel Dunbar authored
      clang: error: unable to make temporary file: /etc/cc: can't make
      unique filename: Permission denied
    
    instead of 
    
      clang: error: unable to make temporary file: /etc/cc: can't make
      unique filenamePermission denied
    
    for example.
    
    Also, audited the uses of MakeErrMsg to make the prefix strings
    consistent (not end with newline/punctuation/space/": ").
    
    llvm-svn: 69626
    3222b9be
Loading