Issue 64786
Summary clang-format `RemoveParentheses` does not exclude keyword `decltype`
Labels
Assignees
Reporter owenca
    The `RemoveParentheses` option should not remove multiple parentheses following the `decltype` keyword because `decltype((a))` is often a different type than `decltype(a)`.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to