[compiler-rt] r253608 - Tell clang-format that (most) sanitizers are written using Google style guide.
Alexey Samsonov via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 14:11:11 PST 2015
Author: samsonov
Date: Thu Nov 19 16:11:10 2015
New Revision: 253608
URL: http://llvm.org/viewvc/llvm-project?rev=253608&view=rev
Log:
Tell clang-format that (most) sanitizers are written using Google style guide.
Added:
compiler-rt/trunk/lib/asan/.clang-format
compiler-rt/trunk/lib/dfsan/.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
Added: compiler-rt/trunk/lib/asan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/.clang-format?rev=253608&view=auto
==============================================================================
--- compiler-rt/trunk/lib/asan/.clang-format (added)
+++ compiler-rt/trunk/lib/asan/.clang-format Thu Nov 19 16:11:10 2015
@@ -0,0 +1 @@
+BasedOnStyle: Google
Added: compiler-rt/trunk/lib/dfsan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/dfsan/.clang-format?rev=253608&view=auto
==============================================================================
--- compiler-rt/trunk/lib/dfsan/.clang-format (added)
+++ compiler-rt/trunk/lib/dfsan/.clang-format Thu Nov 19 16:11:10 2015
@@ -0,0 +1 @@
+BasedOnStyle: Google
Added: compiler-rt/trunk/lib/interception/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/interception/.clang-format?rev=253608&view=auto
==============================================================================
--- compiler-rt/trunk/lib/interception/.clang-format (added)
+++ compiler-rt/trunk/lib/interception/.clang-format Thu Nov 19 16:11:10 2015
@@ -0,0 +1 @@
+BasedOnStyle: Google
Added: compiler-rt/trunk/lib/lsan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/lsan/.clang-format?rev=253608&view=auto
==============================================================================
--- compiler-rt/trunk/lib/lsan/.clang-format (added)
+++ compiler-rt/trunk/lib/lsan/.clang-format Thu Nov 19 16:11:10 2015
@@ -0,0 +1 @@
+BasedOnStyle: Google
Added: compiler-rt/trunk/lib/msan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/msan/.clang-format?rev=253608&view=auto
==============================================================================
--- compiler-rt/trunk/lib/msan/.clang-format (added)
+++ compiler-rt/trunk/lib/msan/.clang-format Thu Nov 19 16:11:10 2015
@@ -0,0 +1 @@
+BasedOnStyle: Google
Added: compiler-rt/trunk/lib/safestack/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/safestack/.clang-format?rev=253608&view=auto
==============================================================================
--- compiler-rt/trunk/lib/safestack/.clang-format (added)
+++ compiler-rt/trunk/lib/safestack/.clang-format Thu Nov 19 16:11:10 2015
@@ -0,0 +1 @@
+BasedOnStyle: Google
Added: compiler-rt/trunk/lib/sanitizer_common/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/.clang-format?rev=253608&view=auto
==============================================================================
--- compiler-rt/trunk/lib/sanitizer_common/.clang-format (added)
+++ compiler-rt/trunk/lib/sanitizer_common/.clang-format Thu Nov 19 16:11:10 2015
@@ -0,0 +1 @@
+BasedOnStyle: Google
Added: compiler-rt/trunk/lib/tsan/.clang-format
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/.clang-format?rev=253608&view=auto
==============================================================================
--- compiler-rt/trunk/lib/tsan/.clang-format (added)
+++ compiler-rt/trunk/lib/tsan/.clang-format Thu Nov 19 16:11:10 2015
@@ -0,0 +1 @@
+BasedOnStyle: Google
More information about the llvm-commits
mailing list