Go to file
Ted Kremenek e174fda979 Tweak dead stores checker to not emit a warning when initialization
a scalar variable with a scalar parameter.  This is a
form of defensive programming.  If the variable is unused,
it will be caused by -Wunused-variable.

llvm-svn: 98795
2010-03-18 01:22:39 +00:00
clang Tweak dead stores checker to not emit a warning when initialization 2010-03-18 01:22:39 +00:00
compiler-rt add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-builtin 2010-02-02 21:34:04 +00:00
llvm Reapply r98755 with a thinko which miscompiled gengtype fixed. 2010-03-18 01:17:13 +00:00