This patch makes the FormatEntity honor the debugger's color settings by not inserting ASCII escape sequences when colors are disabled. Differential revision: https://reviews.llvm.org/D62714 llvm-svn: 362240
3 lines
53 B
C
3 lines
53 B
C
int foo() { return 0; }
|
|
int main() { return foo(); }
|