Open ikspress opened 2 years ago
@llvm/issue-subscribers-clang-format
@ikspress: Could you please elaborate?
@ikspress: Could you please elaborate?
Okay, I will report it in a new issue with more information.
@ikspress: You could just modify this ticket if underlying problem is same.
In the extern "C" namespace statement, clang-format treats it as a normal scope instead of namespace.
e.g.
Obviously this is wrong.
A simple workaround is as follows