Bug ID 36715
Summary Expression evaluation of printf is incorrect (TestPrintf.py)
Product lldb
Version unspecified
Hardware PC
OS All
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter vsk@apple.com
CC llvm-bugs@lists.llvm.org
The expr evaluator claims printf("Hello\n") returns 0, but it should return 6.
This was tracked as rdar://24599697 and mistakenly closed, it seems.