about summary refs log tree commit diff homepage
path: root/.clang-format
diff options
context:
space:
mode:
authorMartin Nowack <martin.nowack@gmail.com>2018-05-11 13:12:37 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2018-05-12 10:08:20 +0100
commitdc610f616940823e9cd8511cd10ca05721b53caf (patch)
tree154cd115ab4f7803b76d6e1293b3ed58920f5291 /.clang-format
parent495b3e52eee463c7eea618ca55d5ff12c288e87e (diff)
downloadklee-dc610f616940823e9cd8511cd10ca05721b53caf.tar.gz
Update clang-format standard for KLEE codebase to C++11
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 9ad10d29..b28d3656 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,4 +1,4 @@
 ---
 BasedOnStyle:  LLVM
-Standard: Cpp03
+Standard: Cpp11
 ...