[BACK]Return to TODO.clang CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / doc

Annotation of src/doc/TODO.clang, Revision 1.4

1.4     ! joerg       1: $NetBSD: TODO.clang,v 1.3 2011/08/15 10:58:54 wiz Exp $
1.1       joerg       2:
                      3: Hacks for the clang integration
                      4: -------------------------------
                      5:
1.3       wiz         6: "-no-integrated-as" in src/sys/arch/amd64 and src/sys/arch/i386
1.2       joerg       7: to compensate for the missing .code16 support in LLVM MC
                      8: and slightly different encoding of the lock stubs.
1.1       joerg       9:
                     10: Various places use NOCLANGERROR or CWARNFLAGS.clang to disable errors or
                     11: warnings.
                     12:
                     13: Issues with CMSG_SPACE() used inside a union:
                     14: src/external/tmux/dist/compat/imsg-buffer.c
                     15: src/external/tmux/dist/compat/imsg.c
                     16: src/external/ibm-public/postfix/dist/src/util/unix_recv_fd.c
                     17: src/external/ibm-public/postfix/dist/src/util/unix_send_fd.c

CVSweb <webmaster@jp.NetBSD.org>