Tue Jan 17 15:38:44 2012 UTC ()
ah_regdomain.c doesn't use -Wno-error anymore.


(joerg)
diff -r1.3 -r1.4 src/doc/TODO.clang

cvs diff -r1.3 -r1.4 src/doc/TODO.clang (expand / switch to unified diff)

--- src/doc/TODO.clang 2011/08/15 10:58:54 1.3
+++ src/doc/TODO.clang 2012/01/17 15:38:44 1.4
@@ -1,20 +1,17 @@ @@ -1,20 +1,17 @@
1$NetBSD: TODO.clang,v 1.3 2011/08/15 10:58:54 wiz Exp $ 1$NetBSD: TODO.clang,v 1.4 2012/01/17 15:38:44 joerg Exp $
2 2
3Hacks for the clang integration 3Hacks for the clang integration
4------------------------------- 4-------------------------------
5 5
6"-no-integrated-as" in src/sys/arch/amd64 and src/sys/arch/i386 6"-no-integrated-as" in src/sys/arch/amd64 and src/sys/arch/i386
7to compensate for the missing .code16 support in LLVM MC 7to compensate for the missing .code16 support in LLVM MC
8and slightly different encoding of the lock stubs. 8and slightly different encoding of the lock stubs.
9 9
10ah_regdomain.c in the kernel currently requires -Wno-error due to 
11http://llvm.org/bugs/show_bug.cgi?id=10030. 
12 
13Various places use NOCLANGERROR or CWARNFLAGS.clang to disable errors or 10Various places use NOCLANGERROR or CWARNFLAGS.clang to disable errors or
14warnings. 11warnings.
15 12
16Issues with CMSG_SPACE() used inside a union: 13Issues with CMSG_SPACE() used inside a union:
17src/external/tmux/dist/compat/imsg-buffer.c 14src/external/tmux/dist/compat/imsg-buffer.c
18src/external/tmux/dist/compat/imsg.c 15src/external/tmux/dist/compat/imsg.c
19src/external/ibm-public/postfix/dist/src/util/unix_recv_fd.c 16src/external/ibm-public/postfix/dist/src/util/unix_recv_fd.c
20src/external/ibm-public/postfix/dist/src/util/unix_send_fd.c 17src/external/ibm-public/postfix/dist/src/util/unix_send_fd.c