Commit f34d96eb authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Apply clang-format to folly/experimental/exception_tracer/ (headers)

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
parent 811c6c33
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
#include <iosfwd> #include <iosfwd>
#include <unordered_map> #include <unordered_map>
#include <folly/Range.h>
#include <folly/RWSpinLock.h> #include <folly/RWSpinLock.h>
#include <folly/Range.h>
#include <folly/SpookyHashV2.h> #include <folly/SpookyHashV2.h>
#include <folly/Synchronized.h> #include <folly/Synchronized.h>
#include <folly/ThreadLocal.h> #include <folly/ThreadLocal.h>
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
#pragma once #pragma once
#include <vector>
#include <ostream> #include <ostream>
#include <vector>
#include <folly/experimental/exception_tracer/ExceptionTracer.h> #include <folly/experimental/exception_tracer/ExceptionTracer.h>
......
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
#include <exception> #include <exception>
#include <folly/experimental/exception_tracer/ExceptionAbi.h> #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/ExceptionTracer.h>
#include <folly/experimental/exception_tracer/ExceptionTracerLib.h> #include <folly/experimental/exception_tracer/ExceptionTracerLib.h>
#include <folly/experimental/exception_tracer/StackTrace.h>
#include <folly/experimental/symbolizer/Symbolizer.h> #include <folly/experimental/symbolizer/Symbolizer.h>
using namespace folly::exception_tracer; using namespace folly::exception_tracer;
......
...@@ -16,15 +16,17 @@ ...@@ -16,15 +16,17 @@
#include <folly/experimental/exception_tracer/ExceptionTracer.h> #include <folly/experimental/exception_tracer/ExceptionTracer.h>
#include <dlfcn.h>
#include <exception> #include <exception>
#include <iostream> #include <iostream>
#include <dlfcn.h>
#include <glog/logging.h> #include <glog/logging.h>
#include <folly/String.h>
#include <folly/experimental/exception_tracer/ExceptionAbi.h> #include <folly/experimental/exception_tracer/ExceptionAbi.h>
#include <folly/experimental/exception_tracer/StackTrace.h> #include <folly/experimental/exception_tracer/StackTrace.h>
#include <folly/experimental/symbolizer/Symbolizer.h> #include <folly/experimental/symbolizer/Symbolizer.h>
#include <folly/String.h>
namespace { namespace {
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
#pragma once #pragma once
#include <typeinfo>
#include <exception> #include <exception>
#include <typeinfo>
namespace folly { namespace folly {
namespace exception_tracer { namespace exception_tracer {
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <cassert> #include <cassert>
#include <cstdlib> #include <cstdlib>
#include <new> #include <new>
#include <folly/experimental/symbolizer/StackTrace.h> #include <folly/experimental/symbolizer/StackTrace.h>
namespace folly { namespace exception_tracer { namespace folly { namespace exception_tracer {
......
...@@ -14,11 +14,11 @@ ...@@ -14,11 +14,11 @@
* limitations under the License. * limitations under the License.
*/ */
#include <stdexcept>
#include <thread>
#include <mutex>
#include <condition_variable> #include <condition_variable>
#include <mutex>
#include <sstream> #include <sstream>
#include <stdexcept>
#include <thread>
#include <folly/experimental/exception_tracer/ExceptionCounterLib.h> #include <folly/experimental/exception_tracer/ExceptionCounterLib.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment