Issue 160502
Summary [clang-format] Add `extern` and `register` options for `QualifierOrder` setting
Labels clang-format
Assignees
Reporter parmi93
    Currently [`QualifierOrder`](https://clang.llvm.org/docs/ClangFormatStyleOptions.html#qualifierorder) supports `const`, `inline`, `static`, `friend`, `constexpr`, `volatile`, `restrict`, `type`.

I think it would be appropriate to add the `extern` and `register` qualifier to the list of options.


_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to