forked from OSchip/llvm-project
52b03aaa22
Summary: https://bugs.llvm.org/show_bug.cgi?id=46043 Git's config is generally of the format 'key=val', but a setting 'key=true' can be written as just 'key'. The git-clang-format script expects a value and crashes in this case; this change handles implicit 'true' values in the script. Reviewers: MyDeveloperDay, krasimir, sammccall Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D80486 |
||
---|---|---|
.. | ||
fuzzer | ||
CMakeLists.txt | ||
ClangFormat.cpp | ||
clang-format-bbedit.applescript | ||
clang-format-diff.py | ||
clang-format-sublime.py | ||
clang-format-test.el | ||
clang-format.el | ||
clang-format.py | ||
git-clang-format |