Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/doc/TODO.clang,v rcsdiff: /ftp/cvs/cvsroot/src/doc/TODO.clang,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- 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,4 +1,4 @@ -$NetBSD: TODO.clang,v 1.3 2011/08/15 10:58:54 wiz Exp $ +$NetBSD: TODO.clang,v 1.4 2012/01/17 15:38:44 joerg Exp $ Hacks for the clang integration ------------------------------- @@ -7,9 +7,6 @@ Hacks for the clang integration to compensate for the missing .code16 support in LLVM MC and slightly different encoding of the lock stubs. -ah_regdomain.c in the kernel currently requires -Wno-error due to -http://llvm.org/bugs/show_bug.cgi?id=10030. - Various places use NOCLANGERROR or CWARNFLAGS.clang to disable errors or warnings.