Summary:
[Folly] Apply `clang-format` to `folly/experimental/exception_tracer/` (headers).
With some manual rearrangement in the places where `clang-format` does awkward things, with the result that `clang-format` over the listed directory becomes a no-op.
Reviewed By: Orvid
Differential Revision:
D5215212
fbshipit-source-id:
5570f02c238b1874adbc2ff4150f465c947ad0e6
#include <iosfwd>
#include <unordered_map>
-#include <folly/Range.h>
#include <folly/RWSpinLock.h>
+#include <folly/Range.h>
#include <folly/SpookyHashV2.h>
#include <folly/Synchronized.h>
#include <folly/ThreadLocal.h>
#pragma once
-#include <vector>
#include <ostream>
+#include <vector>
#include <folly/experimental/exception_tracer/ExceptionTracer.h>
#include <exception>
#include <folly/experimental/exception_tracer/ExceptionAbi.h>
-#include <folly/experimental/exception_tracer/StackTrace.h>
#include <folly/experimental/exception_tracer/ExceptionTracer.h>
#include <folly/experimental/exception_tracer/ExceptionTracerLib.h>
+#include <folly/experimental/exception_tracer/StackTrace.h>
#include <folly/experimental/symbolizer/Symbolizer.h>
using namespace folly::exception_tracer;
#include <folly/experimental/exception_tracer/ExceptionTracer.h>
-#include <dlfcn.h>
#include <exception>
#include <iostream>
+
+#include <dlfcn.h>
+
#include <glog/logging.h>
+#include <folly/String.h>
#include <folly/experimental/exception_tracer/ExceptionAbi.h>
#include <folly/experimental/exception_tracer/StackTrace.h>
#include <folly/experimental/symbolizer/Symbolizer.h>
-#include <folly/String.h>
namespace {
#pragma once
-#include <typeinfo>
#include <exception>
+#include <typeinfo>
namespace folly {
namespace exception_tracer {
#include <cassert>
#include <cstdlib>
#include <new>
+
#include <folly/experimental/symbolizer/StackTrace.h>
namespace folly { namespace exception_tracer {
* limitations under the License.
*/
-#include <stdexcept>
-#include <thread>
-#include <mutex>
#include <condition_variable>
+#include <mutex>
#include <sstream>
+#include <stdexcept>
+#include <thread>
#include <folly/experimental/exception_tracer/ExceptionCounterLib.h>
#include <folly/portability/GTest.h>