Commits

Han Sangjin committed f61e4b426d3
Use the method raw_ostream::resetColor instead of the escape code string The Process::ResetColor() may return NULL if the LLVM library is built for Windows. So, unguarded passing the return value to the raw_ostream may generate a crash. The raw_ostream::resetColor() checks NULL and is used many time in the Clang.