how to use clang-tidy with ldc2?

kinke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sat Dec 12 16:04:13 PST 2015


Actually, a formatting tool would only need a D parser to get 
hold of the AST, so a LDC-specific thingy is not realistic (LDC 
translates the D AST provided by the official front-end to LLVM 
IR). You may want to have a look at dfmt 
(https://github.com/Hackerpilot/dfmt).


More information about the digitalmars-d-ldc mailing list