[llvm-dev] isspace of Visual Studio C++ assertion failed

Ding Fei via llvm-dev llvm-dev at lists.llvm.org
Mon Jul 30 22:00:30 PDT 2018


HI all,

I noticed that llvm/Support/YAMLTraits.h:501

    isspace(S.front() || isspace(S.back())

expects non-negative chars, but our apps use non-ascii chars so it
failed at runtime.
On linux platform it doesn't.

Would it be fixed in future release? Thanks.

-- 
Best Regards

Ding Fei
E-mail: danix800 at gmail.com


More information about the llvm-dev mailing list