[cfe-users] clang-format: Custom Language
Charles Welton via cfe-users
cfe-users at lists.llvm.org
Thu Jan 11 21:27:40 PST 2018
I have been using clang-format in a certain C++ project successfully and
everything is great... but we also need support for a custom scripting
language.
This scripting language is much like C++, and clang-format works fine for
the most part except for some specific constructs ("a ?? b" is an example
of such a construct).
How would we go along adding support for this specific language in
clang-format?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-users/attachments/20180112/db4f5c64/attachment.html>
More information about the cfe-users
mailing list