[C++] Refactor to conform to Google C++ style guide (#5608)
authorDerek Bailey <derekbailey@google.com>
Thu, 7 Nov 2019 20:22:54 +0000 (12:22 -0800)
committerWouter van Oortmerssen <aardappel@gmail.com>
Thu, 7 Nov 2019 20:22:54 +0000 (12:22 -0800)
commitf0f0efe7b8bb1e32e7ea21b17bdea28835ad81c4
treeeb0c5f977400166f7c6f8067d7764d9753aa1ea3
parente837d5a296c725d141802777808aaff944e7b427
[C++] Refactor to conform to Google C++ style guide (#5608)

* Automatic refractor of C++ headers to Google C++ style guide

* Automatic refractor of C++ source to Google C++ style guide

* Automatic refractor of C++ tests to Google C++ style guide

* Fixed clang-format issues by running clang-format twice to correct itself. Kotlin was missing clang-format on after turning it off, so it was changed,
36 files changed:
include/flatbuffers/code_generators.h
include/flatbuffers/flatbuffers.h
include/flatbuffers/flatc.h
include/flatbuffers/flexbuffers.h
include/flatbuffers/grpc.h
include/flatbuffers/hash.h
include/flatbuffers/idl.h
include/flatbuffers/minireflect.h
include/flatbuffers/util.h
src/code_generators.cpp
src/flatc.cpp
src/flatc_main.cpp
src/flathash.cpp
src/idl_gen_cpp.cpp
src/idl_gen_dart.cpp
src/idl_gen_general.cpp
src/idl_gen_go.cpp
src/idl_gen_grpc.cpp
src/idl_gen_js_ts.cpp
src/idl_gen_json_schema.cpp
src/idl_gen_kotlin.cpp
src/idl_gen_lobster.cpp
src/idl_gen_lua.cpp
src/idl_gen_php.cpp
src/idl_gen_python.cpp
src/idl_gen_rust.cpp
src/idl_gen_text.cpp
src/idl_parser.cpp
src/reflection.cpp
src/util.cpp
tests/native_type_test_impl.cpp
tests/native_type_test_impl.h
tests/test.cpp
tests/test_assert.cpp
tests/test_builder.cpp
tests/test_builder.h