[compiler-rt] r331829 - [sanitizer] Update .clang-format in compiler-rt

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 17:41:53 PDT 2018


Author: vitalybuka
Date: Tue May  8 17:41:53 2018
New Revision: 331829

URL: http://llvm.org/viewvc/llvm-project?rev=331829&view=rev
Log:
[sanitizer] Update .clang-format in compiler-rt

Historically style is Google, but we never used AllowShortIfStatementsOnASingleLine.

Modified:
    compiler-rt/trunk/lib/asan/.clang-format
    compiler-rt/trunk/lib/dfsan/.clang-format
    compiler-rt/trunk/lib/hwasan/.clang-format
    compiler-rt/trunk/lib/interception/.clang-format
    compiler-rt/trunk/lib/lsan/.clang-format
    compiler-rt/trunk/lib/msan/.clang-format
    compiler-rt/trunk/lib/safestack/.clang-format
    compiler-rt/trunk/lib/sanitizer_common/.clang-format
    compiler-rt/trunk/lib/tsan/.clang-format

Modified: compiler-rt/trunk/lib/asan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/.clang-format?rev=331829&r1=331828&r2=331829&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/.clang-format (original)
+++ compiler-rt/trunk/lib/asan/.clang-format Tue May  8 17:41:53 2018
@@ -1 +1,3 @@
 BasedOnStyle: Google
+AllowShortIfStatementsOnASingleLine: false
+

Modified: compiler-rt/trunk/lib/dfsan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/dfsan/.clang-format?rev=331829&r1=331828&r2=331829&view=diff
==============================================================================
--- compiler-rt/trunk/lib/dfsan/.clang-format (original)
+++ compiler-rt/trunk/lib/dfsan/.clang-format Tue May  8 17:41:53 2018
@@ -1 +1,3 @@
 BasedOnStyle: Google
+AllowShortIfStatementsOnASingleLine: false
+

Modified: compiler-rt/trunk/lib/hwasan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/hwasan/.clang-format?rev=331829&r1=331828&r2=331829&view=diff
==============================================================================
--- compiler-rt/trunk/lib/hwasan/.clang-format (original)
+++ compiler-rt/trunk/lib/hwasan/.clang-format Tue May  8 17:41:53 2018
@@ -1 +1,3 @@
 BasedOnStyle: Google
+AllowShortIfStatementsOnASingleLine: false
+

Modified: compiler-rt/trunk/lib/interception/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/interception/.clang-format?rev=331829&r1=331828&r2=331829&view=diff
==============================================================================
--- compiler-rt/trunk/lib/interception/.clang-format (original)
+++ compiler-rt/trunk/lib/interception/.clang-format Tue May  8 17:41:53 2018
@@ -1 +1,3 @@
 BasedOnStyle: Google
+AllowShortIfStatementsOnASingleLine: false
+

Modified: compiler-rt/trunk/lib/lsan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/lsan/.clang-format?rev=331829&r1=331828&r2=331829&view=diff
==============================================================================
--- compiler-rt/trunk/lib/lsan/.clang-format (original)
+++ compiler-rt/trunk/lib/lsan/.clang-format Tue May  8 17:41:53 2018
@@ -1 +1,3 @@
 BasedOnStyle: Google
+AllowShortIfStatementsOnASingleLine: false
+

Modified: compiler-rt/trunk/lib/msan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/msan/.clang-format?rev=331829&r1=331828&r2=331829&view=diff
==============================================================================
--- compiler-rt/trunk/lib/msan/.clang-format (original)
+++ compiler-rt/trunk/lib/msan/.clang-format Tue May  8 17:41:53 2018
@@ -1 +1,3 @@
 BasedOnStyle: Google
+AllowShortIfStatementsOnASingleLine: false
+

Modified: compiler-rt/trunk/lib/safestack/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/safestack/.clang-format?rev=331829&r1=331828&r2=331829&view=diff
==============================================================================
--- compiler-rt/trunk/lib/safestack/.clang-format (original)
+++ compiler-rt/trunk/lib/safestack/.clang-format Tue May  8 17:41:53 2018
@@ -1 +1,3 @@
 BasedOnStyle: Google
+AllowShortIfStatementsOnASingleLine: false
+

Modified: compiler-rt/trunk/lib/sanitizer_common/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/.clang-format?rev=331829&r1=331828&r2=331829&view=diff
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/.clang-format (original)
+++ compiler-rt/trunk/lib/sanitizer_common/.clang-format Tue May  8 17:41:53 2018
@@ -1 +1,3 @@
 BasedOnStyle: Google
+AllowShortIfStatementsOnASingleLine: false
+

Modified: compiler-rt/trunk/lib/tsan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/.clang-format?rev=331829&r1=331828&r2=331829&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/.clang-format (original)
+++ compiler-rt/trunk/lib/tsan/.clang-format Tue May  8 17:41:53 2018
@@ -1 +1,3 @@
 BasedOnStyle: Google
+AllowShortIfStatementsOnASingleLine: false
+




More information about the llvm-commits mailing list