[cfe-commits] r134844 - in /cfe/trunk: include/clang-c/ include/clang/ARCMigrate/ include/clang/Driver/ include/clang/Frontend/ lib/ARCMigrate/ lib/Driver/ lib/Frontend/ lib/FrontendTool/ test/ARCMT/ test/ARCMT/Inputs/ tools/ tools/arcmt-test/ to

Argyrios Kyrtzidis akyrtzi at gmail.com
Sun Jul 10 11:58:55 PDT 2011


Does r134875 fix it ?

On Jul 10, 2011, at 4:55 AM, NAKAMURA Takumi wrote:

> Argyrios, in r134844,
> 
>> +  inputBuf->getBuffer().split(strs, "\n", /*MaxSplit=*/-1, /*KeepEmpty=*/false);
> 
> It is intolerant of DOSish CRLF "\r\n".
> (test/ARCMT/migrate.m would pass when I tweaked the separator as
> "\r\n" on mingw and msvc)
> 
> ...Takumi





More information about the cfe-commits mailing list