[compiler-rt] 440e936 - Revert "sanitizers: increase .clang-format columns to 100"
Dmitry Vyukov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 28 00:40:44 PDT 2021
Author: Dmitry Vyukov
Date: 2021-07-28T09:40:21+02:00
New Revision: 440e936c47f5271a741b13e96f8ff36388ea96b5
URL: https://github.com/llvm/llvm-project/commit/440e936c47f5271a741b13e96f8ff36388ea96b5
DIFF: https://github.com/llvm/llvm-project/commit/440e936c47f5271a741b13e96f8ff36388ea96b5.diff
LOG: Revert "sanitizers: increase .clang-format columns to 100"
This reverts commit 5d1df6d220f1d6f726d9643848679d781750db64.
There is a strong objection to this change:
https://reviews.llvm.org/D106436#2905618
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D106847
Added:
Modified:
compiler-rt/lib/asan/.clang-format
compiler-rt/lib/dfsan/.clang-format
compiler-rt/lib/hwasan/.clang-format
compiler-rt/lib/interception/.clang-format
compiler-rt/lib/lsan/.clang-format
compiler-rt/lib/msan/.clang-format
compiler-rt/lib/safestack/.clang-format
compiler-rt/lib/sanitizer_common/.clang-format
compiler-rt/lib/tsan/.clang-format
Removed:
################################################################################
diff --git a/compiler-rt/lib/asan/.clang-format b/compiler-rt/lib/asan/.clang-format
index 616c985fb7d82..1f2a97030379d 100644
--- a/compiler-rt/lib/asan/.clang-format
+++ b/compiler-rt/lib/asan/.clang-format
@@ -1,4 +1,3 @@
BasedOnStyle: Google
-ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash
diff --git a/compiler-rt/lib/dfsan/.clang-format b/compiler-rt/lib/dfsan/.clang-format
index 616c985fb7d82..1f2a97030379d 100644
--- a/compiler-rt/lib/dfsan/.clang-format
+++ b/compiler-rt/lib/dfsan/.clang-format
@@ -1,4 +1,3 @@
BasedOnStyle: Google
-ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash
diff --git a/compiler-rt/lib/hwasan/.clang-format b/compiler-rt/lib/hwasan/.clang-format
index 616c985fb7d82..1f2a97030379d 100644
--- a/compiler-rt/lib/hwasan/.clang-format
+++ b/compiler-rt/lib/hwasan/.clang-format
@@ -1,4 +1,3 @@
BasedOnStyle: Google
-ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash
diff --git a/compiler-rt/lib/interception/.clang-format b/compiler-rt/lib/interception/.clang-format
index 616c985fb7d82..1f2a97030379d 100644
--- a/compiler-rt/lib/interception/.clang-format
+++ b/compiler-rt/lib/interception/.clang-format
@@ -1,4 +1,3 @@
BasedOnStyle: Google
-ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash
diff --git a/compiler-rt/lib/lsan/.clang-format b/compiler-rt/lib/lsan/.clang-format
index 616c985fb7d82..1f2a97030379d 100644
--- a/compiler-rt/lib/lsan/.clang-format
+++ b/compiler-rt/lib/lsan/.clang-format
@@ -1,4 +1,3 @@
BasedOnStyle: Google
-ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash
diff --git a/compiler-rt/lib/msan/.clang-format b/compiler-rt/lib/msan/.clang-format
index 616c985fb7d82..1f2a97030379d 100644
--- a/compiler-rt/lib/msan/.clang-format
+++ b/compiler-rt/lib/msan/.clang-format
@@ -1,4 +1,3 @@
BasedOnStyle: Google
-ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash
diff --git a/compiler-rt/lib/safestack/.clang-format b/compiler-rt/lib/safestack/.clang-format
index 616c985fb7d82..1f2a97030379d 100644
--- a/compiler-rt/lib/safestack/.clang-format
+++ b/compiler-rt/lib/safestack/.clang-format
@@ -1,4 +1,3 @@
BasedOnStyle: Google
-ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash
diff --git a/compiler-rt/lib/sanitizer_common/.clang-format b/compiler-rt/lib/sanitizer_common/.clang-format
index 616c985fb7d82..1f2a97030379d 100644
--- a/compiler-rt/lib/sanitizer_common/.clang-format
+++ b/compiler-rt/lib/sanitizer_common/.clang-format
@@ -1,4 +1,3 @@
BasedOnStyle: Google
-ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash
diff --git a/compiler-rt/lib/tsan/.clang-format b/compiler-rt/lib/tsan/.clang-format
index 616c985fb7d82..1f2a97030379d 100644
--- a/compiler-rt/lib/tsan/.clang-format
+++ b/compiler-rt/lib/tsan/.clang-format
@@ -1,4 +1,3 @@
BasedOnStyle: Google
-ColumnLimit: 100
AllowShortIfStatementsOnASingleLine: false
IndentPPDirectives: AfterHash
More information about the llvm-commits
mailing list