Enable -Wunreachable-code
[folly.git] / folly / experimental / exception_tracer / ExceptionTracerLib.cpp
2016-12-20 Christopher DykesEnable -Wunreachable-code
2016-12-16 Christopher DykesRevert D4310312: [Folly] Enable -Wunreachable-code
2016-12-16 Christopher DykesEnable -Wunreachable-code
2016-09-15 Jim Meyeringfolly/.../ExceptionTracerLib.cpp: provide less DOF...
2016-03-23 Yedidya FeldblumUse C++'s standardized [[noreturn]] attribute
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-02 Dmitry PleshkovImplementing callback functionality for exception routines
2015-06-03 Lucian Grijincufolly: exception_tracer: add throw() to __cxa_begin_catch
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-13 Philip Proninfix __cxa_throw signature
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-04-18 Elizabeth Smithabstract thread_local support
2014-04-18 Elizabeth SmithMSVC translation of noreturn attribute
2014-04-18 Elizabeth SmithMSVC always_inline and noinline __attributes__ translation
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-12-20 Tudor BosmanUse fixed size stack traces; unify getStackTrace
2013-12-20 Tudor BosmanRevert "Change exception tracer to use per-thread cachi...
2013-12-20 Tudor BosmanChange exception tracer to use per-thread caching in...
2013-04-21 Tudor BosmanFOLLY_NORETURN
2013-01-19 Philip Proninfix some of the warning/errors clang 3.1 reports - 2
2012-12-16 Tudor BosmanRemove Stream
2012-09-17 Tudor BosmanMove exception tracer library to folly/experimental