Author: reuk
Date: Mon Apr 15 13:13:20 2019
New Revision: 358441
URL: http://llvm.org/viewvc/llvm-project?rev=358441&view=rev
Log:
[clang-format] Fix -Wconversion-null warning in GCC
GCC -Wconversion-null warning appeared after
9a63380260860b657b72f07c4f0e61e382ab934a.
There was a similar proble
Author: reuk
Date: Mon Apr 8 05:54:48 2019
New Revision: 357908
URL: http://llvm.org/viewvc/llvm-project?rev=357908&view=rev
Log:
[clang-format] Optionally insert a space after unary ! operator
Modified:
cfe/trunk/docs/ClangFormatStyleOptions.rst
cfe/trunk/include/clang/Format/Format.h
Author: reuk
Date: Sat Mar 30 05:32:35 2019
New Revision: 357344
URL: http://llvm.org/viewvc/llvm-project?rev=357344&view=rev
Log:
[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 b