Author: Dmitry Vyukov
Date: 2021-08-02T17:02:25-07:00
New Revision: 73249a83f2e5813a6324b3ea6139a7c01dade328

URL: 
https://github.com/llvm/llvm-project/commit/73249a83f2e5813a6324b3ea6139a7c01dade328
DIFF: 
https://github.com/llvm/llvm-project/commit/73249a83f2e5813a6324b3ea6139a7c01dade328.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

(cherry picked from commit 440e936c47f5271a741b13e96f8ff36388ea96b5)

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


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to