-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Closed as duplicate of#27126
Closed as duplicate of#27126
Copy link
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillac++/cliclang-formatduplicateResolved as duplicateResolved as duplicateenhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing feature
Description
Bugzilla Link | 26192 |
Version | trunk |
OS | All |
Reporter | LLVM Bugzilla Contributor |
Extended Description
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
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillac++/cliclang-formatduplicateResolved as duplicateResolved as duplicateenhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing feature