Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / lib / Support / PrettyStackTrace.cpp
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-03 Eric ChristopherApparently OS X 10.4 doesn't have __crashreporter_info__.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-08-08 Eric ChristopherFix a couple of warnings.
2010-06-28 Eric ChristopherFix thinko.
2010-06-28 Eric ChristopherPull in the libCrashReporterClient.a information with...
2010-06-22 Eric ChristopherLook for and use a different darwin crash reporter...
2010-05-20 Daniel DunbarFix __crashreport_info__ declaration.
2009-08-19 Daniel DunbarSwitch to SmallString::str from SmallString::c_str...
2009-07-16 Chris Lattneradd a knob to turn off PrettyStackTrace globally. ...
2009-06-25 Owen AndersonSupport thread-local pretty stack traces.
2009-03-23 Dan GohmanNow that errs() is properly non-buffered, there's no...
2009-03-06 Dan GohmanUse c_str() to force the string to be nul-terminated.
2009-03-06 Chris Lattneron apple systems, integrate nicely with crash reporter.
2009-03-05 Chris LattnerDaniel wanted the stack printed upside down. Perhaps he
2009-03-05 Chris Lattnerindicate what the program args line is.
2009-03-04 Chris Lattneradd some helper classes for building light-weight symbo...