aboutsummaryrefslogtreecommitdiffstats
path: root/clang-tidy-rules
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-02 09:53:13 +0100
committerGitHub <noreply@github.com>2017-08-02 09:53:13 +0100
commit30461c89fd53e14bb9f5a83eaf6d72040931b62a (patch)
tree3303e22526d346030fa78dabcebdcfd0a3f11f1f /clang-tidy-rules
parenta1fc39d49e442fcc756091ee028ff33bdd9c518a (diff)
parent489c3550c3694ffc5f67c1527a3f021a01c8bbfc (diff)
downloadYAGE-30461c89fd53e14bb9f5a83eaf6d72040931b62a.tar.gz
YAGE-30461c89fd53e14bb9f5a83eaf6d72040931b62a.zip
Merge pull request #2 from ymherklotz/develop
Merging
Diffstat (limited to 'clang-tidy-rules')
-rw-r--r--clang-tidy-rules41
1 files changed, 41 insertions, 0 deletions
diff --git a/clang-tidy-rules b/clang-tidy-rules
new file mode 100644
index 00000000..6583e9da
--- /dev/null
+++ b/clang-tidy-rules
@@ -0,0 +1,41 @@
+[Includes]
+cert-dcl21-cpp
+cert-dcl50-cpp
+cert-dcl58-cpp
+cert-err34-c
+cert-flp30-c
+misc-static-assert
+misc-new-delete-overloads
+misc-throw-by-value-catch-by-reference
+misc-non-copyable-objects
+misc-move-constructor-init
+cppcoreguidelines-interfaces-global-init
+cppcoreguidelines-slicing
+cppcoreguidelines-special-member-functions
+cppcoreguidelines-no-malloc
+cppcoreguidelines-pro-bounds-array-to-pointer-decay
+cppcoreguidelines-pro-bounds-constant-array-index
+cppcoreguidelines-pro-type-cstyle-cast
+cppcoreguidelines-pro-type-member-init
+google-build-explicit-make-pair
+google-build-using-namespace
+google-default-arguments
+google-explicit-constructor
+google-global-names-in-headers
+readability-braces-around-statements
+readability-function-size
+readability-redundant-smartptr-get
+llvm-namespace-comment
+llvm-header-guard
+llvm-twine-local
+misc-argument-comment
+misc-assert-side-effect
+misc-bool-pointer-implicit-conversion
+misc-dangling-handle
+misc-definitions-in-headers
+misc-fold-init-type
+misc-forward-declaration-namespace
+misc-forwarding-reference-overload
+
+[Maybe Includes]
+google-runtime-member-string-references