mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
d7eead617eb4d12256846f76c1da3b1e4c4dcdb0
5349 ICE(toir.c): nested class in static member function When checking if a nested class can reach a parent class, it should not be possible to jump through static functions. Static member functions were just being silently ignored, which meant nonsense was passed to the backend. (Didn't always cause an ICE, sometimes generates nonsense code).
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
Description
Languages
C
75.2%
C++
23.2%
D
0.7%
CMake
0.6%
Shell
0.2%