On 30/01/14 14:44, Anthony Jones wrote: > On 30/01/14 10:46, Kyle Huey wrote: >> Whatever tool we end up using needs to work on Windows. > > clang-format works fine on Windows. > > If we want to go down the preprocessed route, you can generate > preprocessed output from the msvc compiler using: > > C:\> cl /E MyFile.cpp > > Pretty much does the same thing as `gcc -E` or `clang -E`.
Having looked into it some more I've concluded that libclang is probably the way to go. Anthony _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform