Re-landing "Refactoring cl::list_storage from "is a" to "has a" std::vector."
[oota-llvm.git] / include / llvm / Support / Signals.h
2015-04-07 Pete CooperAdd boolean to PrintStackTraceOnErrorSignal to disable...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-05 Zachary TurnerReplace PrintStackTrace(FILE*) with PrintStackTrace...
2015-01-29 Michael J. Spencer[Support][Windows] Unify dialog box suppression and...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-06-13 Rafael EspindolaAdd a RemoveFileOnSignal that takes a StringRef.
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2013-01-10 NAKAMURA TakumiSignal.h: Add <cstdio> for FILE*, since r171989.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-09 Argyrios KyrtzidisMove the internal PrintStackTrace function that is...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerMerge System into Support.