[llvm-bugs] [Bug 26192] New: Feature request: Apply PointerAlignment setting to C++/CLI handles
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jan 18 04:03:32 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26192
Bug ID: 26192
Summary: Feature request: Apply PointerAlignment setting to
C++/CLI handles
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Formatter
Assignee: unassignedclangbugs at nondot.org
Reporter: skomik at gmail.com
CC: djasper at google.com, klimek at google.com,
llvm-bugs at lists.llvm.org
Classification: Unclassified
When foramtting C++/CLI code with handles to objects, caret symbol is treated
like binary operator rather than a type compound specifier. There is no way to
control its alignment with type name. I think it should be controlled by
existing PointerAlignment setting along with pointer and reference type
specifiers.
Description of handles:
https://msdn.microsoft.com/en-us/library/yk97tc08.aspx
--
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/20160118/b56e4293/attachment.html>
More information about the llvm-bugs
mailing list