Hello,
I'm new with clang-format and I try under OSX 10.9 with clang-format
version 3.8.0 (tags/google/testing/2015-07-31) to use the BraceWrapping
definition on my .clang-format file. My current style definition the
following structure but I cannot create the correct definition of the
BraceW
Hi Georg (and others interested in Clang+JIT),
We just implemented this (Clang+JIT) in our open-source project CasADi (
http://casadi.org). Feel free to have a look and/or reuse components.
We used a plugin-design for using Clang, which is a bit different from the
examples we could find for using