LLVM-based compiler for the D programming language
LDC is an LLVM compiler for the D programming language. It is based on the latest DMD compiler that was written in C and is used for bootstrapping more recent compilers written in D.
Linter | Message | Location |
---|---|---|
inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'tzdata' should probably not be an input at all |
|
input-labels Identify input labels that do not match package names | label 'lld-wrapper' does not match package name 'lld-as-ld-wrapper' |
|