mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-09 20:37:25 +03:00
The LLVM-based D Compiler.
![]() Several functions regarding file handling are deprecated. This commit replaces these functions with the new one from llvm::sys::fs and llvm::sys::path. It also removes some warnings about signed/unsigned mismatches. |
||
---|---|---|
bash_completion.d | ||
bin | ||
demos | ||
dmd | ||
dmd2 | ||
druntime@2f536299a7 | ||
gen | ||
ir | ||
lib | ||
phobos@a8106d9d48 | ||
runtime | ||
tests | ||
.gitmodules | ||
.hgignore | ||
CMakeLists.txt | ||
config.guess | ||
Doxyfile | ||
find-alt-triple.sh | ||
ldc-posix-tango | ||
ldc.conf.in | ||
ldc.rebuild.conf.in | ||
ldc2.conf.in | ||
ldc2.rebuild.conf.in | ||
ldc2_phobos.conf.in | ||
LICENSE | ||
readme.txt | ||
tango-0.99.8.patch | ||
tango-0.99.9.patch |
LLVM D Compiler (LDC) This compiler is based on the Digital Mars D (DMD) compiler frontend, and the LLVM compiler toolkit. See LICENSE for licensing information. For more information, including build instructions, visit the LDC website: http://www.dsource.org/projects/ldc