diff options
author | Reuben Thomas <reuben.thomas@me.com> | 2019-03-30 12:32:35 +0000 |
---|---|---|
committer | Reuben Thomas <reuben.thomas@me.com> | 2019-03-30 12:32:35 +0000 |
commit | 08a940d629fa218670caaa949095bc5026f019b3 (patch) | |
tree | 5f6f2644cc3aaebdad6d6c92daa967f247b482ec /clang/lib/Serialization/ModuleManager.cpp | |
parent | c4ac74fb4987c083fa8e7e10f0f978ecee9402c0 (diff) | |
download | llvm-08a940d629fa218670caaa949095bc5026f019b3.zip llvm-08a940d629fa218670caaa949095bc5026f019b3.tar.gz llvm-08a940d629fa218670caaa949095bc5026f019b3.tar.bz2 |
[clang-format]: Add NonEmptyParentheses spacing option
This patch aims to add support for the following rules from the JUCE coding standards:
- Always put a space before an open parenthesis that contains text - e.g. foo (123);
- Never put a space before an empty pair of open/close parenthesis - e.g. foo();
Patch by Reuben Thomas
Differential Revision: https://reviews.llvm.org/D55170
llvm-svn: 357344
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions