summaryrefslogtreecommitdiff
path: root/tools/llvm-lib/libLLVMTransformsCFGuard
ModeNameSize
-rw-r--r--Makefile82logplain
ass='logmsg'> 2009-04-13Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)lukem 2006-12-18From Anon Ymous:christos Convert "(void)&" constructs to "volatile". Check gid against (gid_t)-1 rather than >= 0; gid_t is unsigned. Flag some parameters __unused so this will compile with -Werror. 2004-08-04Append only '@host' to notify email addresses when the destinationginsbach host is of the format 'login@host'. Fixes PR 14412; reviewed by <christos>. 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc Patches provided by Joel Baker in PR 22365, verified by myself. 2003-07-23use bounded string opitojun 2003-07-12strlcpyitojun 2002-12-06Avoid confict with reserved identifier "log".thorpej 2002-06-14Remove #if __STDC__. De-__P() and ANSIfy.wiz