[llvm-bugs] [Bug 26496] New: clang-format option for space after operator
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Feb 5 10:47:46 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26496
Bug ID: 26496
Summary: clang-format option for space after operator
Product: clang
Version: 3.8
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: C++11
Assignee: unassignedclangbugs at nondot.org
Reporter: ashwin_a_jadhav at yahoo.com
CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
Classification: Unclassified
We have a weird coding standard where there are no spaces before and after
operators.
Eg.,
int variable=0;
if(variable==0) {
// Observe no space before and after ==
}
etc.
I couldn't find a similar bug/enhancement on this.
It would be nice to have this option or a workaround.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160205/758c0f5d/attachment.html>
More information about the llvm-bugs
mailing list