[llvm-bugs] [Bug 24665] New: missing SpacesInBraces option
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Sep 1 14:31:34 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24665
Bug ID: 24665
Summary: missing SpacesInBraces option
Product: clang
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Formatter
Assignee: unassignedclangbugs at nondot.org
Reporter: aardappel at gmail.com
CC: djasper at google.com, klimek at google.com,
llvm-bugs at lists.llvm.org
Classification: Unclassified
There's a SpacesInSquareBrackets, SpacesInParentheses, but no SpacesInBraces,
for initializer lists, e.g. to get { 0, 1, 2 } instead of {0, 1, 2}
--
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/20150901/18a96103/attachment.html>
More information about the llvm-bugs
mailing list