outcoldman added a comment.
In https://reviews.llvm.org/D26953#716504, @gnzlbg wrote:
> any progress on this?
It is getting tracked in mailing list
http://lists.llvm.org/pipermail/cfe-dev/2017-April/053397.html
https://reviews.llvm.org/D26953
__
outcoldman added a comment.
The actual problem is with that clang-format does not know anything about c++17
features, because it does not set it in lang options. Not sure if that will fix
constexpr problem as well, but I could solve some other problems with
tools/clang