diff options
author | Andrew Santosa <santosa_1999@yahoo.com> | 2015-12-25 03:09:41 +0800 |
---|---|---|
committer | Andrew Santosa <santosa_1999@yahoo.com> | 2015-12-25 03:09:41 +0800 |
commit | d33fa33f66dab8792607a6161063b0f5cadf0d3b (patch) | |
tree | 48bf92201801fccb9ed668a233197d90ed4efd0e /.clang-format | |
parent | 2287eb0d44bedd20484874da06615ace3ce4e2a2 (diff) | |
download | klee-d33fa33f66dab8792607a6161063b0f5cadf0d3b.tar.gz |
Removed Language: Cpp entry from .clang-format due to incompatibility with Clang 3.4.2
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index dac1eef4..9ad10d29 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,4 @@ --- -Language: Cpp BasedOnStyle: LLVM Standard: Cpp03 ... |