summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-12-11 22:39:33 +0000
committerRui Ueyama <ruiu@google.com>2013-12-11 22:39:33 +0000
commit9e7b3cb024722c73b01513c72975f128f8fd139d (patch)
tree6427c4e2ee4af053d6a33fc9db3f2433bcbd3057
parent4fd3b1de2adee547f4b3055dcc5293a2934f8366 (diff)
downloadbcm5719-llvm-9e7b3cb024722c73b01513c72975f128f8fd139d.tar.gz
bcm5719-llvm-9e7b3cb024722c73b01513c72975f128f8fd139d.zip
Add .clang-format file to ensure C++11 LLVM coding style.
llvm-svn: 197085
-rw-r--r--lld/.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/.clang-format b/lld/.clang-format
new file mode 100644
index 00000000000..8185120f3e9
--- /dev/null
+++ b/lld/.clang-format
@@ -0,0 +1,2 @@
+BasedOnStyle: LLVM
+Standard: Cpp11
OpenPOWER on IntegriCloud