about summary refs log tree commit diff homepage
path: root/.clang-format
AgeCommit message (Collapse)Author
2023-06-05.clang-format: c++17Julian Büning
From the `clang-format` documentation: - "`Cpp11` is a deprecated alias for `Latest`" - `Latest`: "Parse and format using the latest supported language version."
2018-05-12Update clang-format standard for KLEE codebase to C++11Martin Nowack
2015-12-25Removed Language: Cpp entry from .clang-format due to incompatibility with ↵Andrew Santosa
Clang 3.4.2
2015-12-13Set C++ standard in Clang format settings file to C++03. OtherwiseDan Liew
template braces get reformatted the C++11 way and that breaks compilation.
2015-04-15Add clang-format style. We just use LLVM's style.Dan Liew