aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/SyntaxHighlighting.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-01-06Implement a very basic colored syntax highlighting for llvm-dwarfdump.Adrian Prantl1-0/+37
The color scheme is the same as the one used by the colorize dwarfdump script on Darwin. A new --color option can be used to forcibly turn color on or off. http://reviews.llvm.org/D6852 llvm-svn: 225269