[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

Francois Pichet pichet2000 at gmail.com
Sun Jul 10 12:49:50 PDT 2011


No but I committed r134879 to fix it.

On Sun, Jul 10, 2011 at 2:58 PM, Argyrios Kyrtzidis <akyrtzi at gmail.com> wrote:
> 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