Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Symbolizer]: Add -pretty-print option | Hemant Kulkarni | 2015-11-11 | 1 | -6/+14 |
| | | | | | | Differential Revision: http://reviews.llvm.org/D13671 llvm-svn: 252798 | ||||
* | Reverting r252760 | Colin LeMahieu | 2015-11-11 | 1 | -14/+6 |
| | | | | llvm-svn: 252770 | ||||
* | [Symbolizer]: Add -pretty-print option | Hemant Kulkarni | 2015-11-11 | 1 | -6/+14 |
| | | | | | | Differential Revision: http://reviews.llvm.org/D13671 llvm-svn: 252760 | ||||
* | [LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC. | Alexey Samsonov | 2015-11-03 | 1 | -0/+61 |
Introduce DIPrinter which takes care of rendering DILineInfo and friends. This allows LLVMSymbolizer class to return a structured data instead of plain std::strings. llvm-svn: 251989 |