1 1.1 joerg $NetBSD: TODO.clang,v 1.1 2011/05/30 16:25:31 joerg Exp $ 2 1.1 joerg 3 1.1 joerg Hacks for the clang integration 4 1.1 joerg ------------------------------- 5 1.1 joerg 6 1.1 joerg "-no-integrated-as" is src/sys/modules, src/sys/arch/amd64, 7 1.1 joerg src/sys/arch/i386 and src/sys/arch/xen to compensate for the missing 8 1.1 joerg .code16 and .code32 support in LLVM MC. 9 1.1 joerg 10 1.1 joerg ah_regdomain.c in the kernel currently requires -Wno-error due to 11 1.1 joerg http://llvm.org/bugs/show_bug.cgi?id=10030. 12 1.1 joerg 13 1.1 joerg Various places use NOCLANGERROR or CWARNFLAGS.clang to disable errors or 14 1.1 joerg warnings. 15 1.1 joerg 16 1.1 joerg Issues with CMSG_SPACE() used inside a union: 17 1.1 joerg src/external/tmux/dist/compat/imsg-buffer.c 18 1.1 joerg src/external/tmux/dist/compat/imsg.c 19 1.1 joerg src/external/ibm-public/postfix/dist/src/util/unix_recv_fd.c 20 1.1 joerg src/external/ibm-public/postfix/dist/src/util/unix_send_fd.c 21