index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
PrettyStackTrace.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Add more initializers to quiet a clang warning.
Eric Christopher
2011-10-05
1
-1
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Change all self assignments X=X to (void)X, so that we can turn on a
Jeffrey Yasskin
2010-12-23
1
-2
/
+1
*
Apparently OS X 10.4 doesn't have __crashreporter_info__.
Eric Christopher
2010-12-03
1
-5
/
+5
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
Fix a couple of warnings.
Eric Christopher
2010-08-08
1
-2
/
+3
*
Fix thinko.
Eric Christopher
2010-06-28
1
-2
/
+4
*
Pull in the libCrashReporterClient.a information with a warning comment.
Eric Christopher
2010-06-28
1
-2
/
+9
*
Look for and use a different darwin crash reporter library.
Eric Christopher
2010-06-22
1
-1
/
+11
*
Fix __crashreport_info__ declaration.
Daniel Dunbar
2010-05-20
1
-2
/
+2
*
Switch to SmallString::str from SmallString::c_str, and remove
Daniel Dunbar
2009-08-19
1
-2
/
+2
*
add a knob to turn off PrettyStackTrace globally. Patch by Zoltan
Chris Lattner
2009-07-16
1
-1
/
+6
*
Support thread-local pretty stack traces.
Owen Anderson
2009-06-25
1
-7
/
+8
*
Now that errs() is properly non-buffered, there's no need to
Dan Gohman
2009-03-23
1
-1
/
+0
*
Use c_str() to force the string to be nul-terminated.
Dan Gohman
2009-03-06
1
-1
/
+1
*
on apple systems, integrate nicely with crash reporter.
Chris Lattner
2009-03-06
1
-4
/
+34
*
Daniel wanted the stack printed upside down. Perhaps he
Chris Lattner
2009-03-05
1
-6
/
+14
*
indicate what the program args line is.
Chris Lattner
2009-03-05
1
-1
/
+3
*
add some helper classes for building light-weight symbolic stack traces
Chris Lattner
2009-03-04
1
-0
/
+69