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: unassignedclangb...@nondot.org Reporter: ashwin_a_jad...@yahoo.com CC: dgre...@apple.com, llvm-bugs@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs