Benjamin Kramer
c321e53402
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
417d4c508b
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
6129dacdbb
fixing type.
...
llvm-svn: 257238
2016-01-09 00:31:56 +00:00
NAKAMURA Takumi
0929fcfbcf
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
17dbc2831e
[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
bdce12a01b
[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
da6cafffc0
Reverting r252760
...
llvm-svn: 252770
2015-11-11 18:11:06 +00:00
Hemant Kulkarni
c6638c7561
[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
d6aa820262
[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