[clang-tools-extra] Format sources with clang-format. NFC.
Summary: Ran clang-format on all .c/.cpp/.h files in clang-tools-extra. Excluded the test, unittests, clang-reorder-fields, include-fixer, modularize and pptrace directories. Reviewers: klimek, alexfh Subscribers: nemanjai Tags: #clang-tools-extra Differential Revision: https://reviews.llvm.org/D26329 llvm-svn: 286221
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
#include "ProTypeStaticCastDowncastCheck.h"
|
||||
#include "ProTypeUnionAccessCheck.h"
|
||||
#include "ProTypeVarargCheck.h"
|
||||
#include "SpecialMemberFunctionsCheck.h"
|
||||
#include "SlicingCheck.h"
|
||||
#include "SpecialMemberFunctionsCheck.h"
|
||||
|
||||
namespace clang {
|
||||
namespace tidy {
|
||||
@@ -57,8 +57,7 @@ public:
|
||||
"cppcoreguidelines-pro-type-vararg");
|
||||
CheckFactories.registerCheck<SpecialMemberFunctionsCheck>(
|
||||
"cppcoreguidelines-special-member-functions");
|
||||
CheckFactories.registerCheck<SlicingCheck>(
|
||||
"cppcoreguidelines-slicing");
|
||||
CheckFactories.registerCheck<SlicingCheck>("cppcoreguidelines-slicing");
|
||||
CheckFactories.registerCheck<misc::UnconventionalAssignOperatorCheck>(
|
||||
"cppcoreguidelines-c-copy-assignment-signature");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user