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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to