Benjamin Kramer
d415569b3b
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
...
Avoids unnecessary copies. All changes audited & pass tests with asan.
No functional change intended.
llvm-svn: 272190
2016-06-08 19:09:22 +00:00
Eugene Zelenko
509e9c3f2e
Fix some Clang-tidy modernize-deprecated-headers and Include What You Use warnings; other minor fixes.
...
Differential revision: http://reviews.llvm.org/D20042
llvm-svn: 268989
2016-05-09 23:11:38 +00:00
Mike Aizatsky
6e3d95bf83
fixing type.
...
llvm-svn: 257238
2016-01-09 00:31:56 +00:00
NAKAMURA Takumi
8100f735c4
llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp: Fix build in -m32. 1L is incompatible to int64_t.
...
llvm-svn: 257237
2016-01-09 00:28:50 +00:00
Mike Aizatsky
d03c218611
[llvm-symbolizer] -print-source-context-lines option to print source code around the line.
...
Differential Revision: http://reviews.llvm.org/D15909
llvm-svn: 257236
2016-01-09 00:14:35 +00:00
Hemant Kulkarni
5477f5f0f0
[Symbolizer]: Add -pretty-print option
...
Differential Revision: http://reviews.llvm.org/D13671
llvm-svn: 252798
2015-11-11 20:41:43 +00:00
Colin LeMahieu
0b68751572
Reverting r252760
...
llvm-svn: 252770
2015-11-11 18:11:06 +00:00
Hemant Kulkarni
3b2ab0332b
[Symbolizer]: Add -pretty-print option
...
Differential Revision: http://reviews.llvm.org/D13671
llvm-svn: 252760
2015-11-11 17:47:54 +00:00
Alexey Samsonov
37b571b778
[LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.
...
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
2015-11-03 22:20:52 +00:00