Go to file
Douglas Gregor 9f40713ebc When we're instantiating a direct variable initializer that has a pack
expansion in it, we may end up instantiating to an empty
expression-list. In this case, the variable is uninitialized; tweak
the instantiation logic to handle this case. Fixes PR8977.

llvm-svn: 123449
2011-01-14 17:12:22 +00:00
clang When we're instantiating a direct variable initializer that has a pack 2011-01-14 17:12:22 +00:00
compiler-rt Add missing <stdint.h> to build properly on Solaris. Patch by Joakim Johansson 2011-01-07 19:09:06 +00:00
debuginfo-tests Test case for r123199. 2011-01-11 00:31:01 +00:00
libcxx Add attribute to inlined member. 2011-01-13 20:05:05 +00:00
lldb Fixed an error in the type map for "char **" that was a bad memory smasher. 2011-01-14 04:54:56 +00:00
llvm Update llvm-gcc's tests. 2011-01-14 17:01:20 +00:00