Go to file
Chandler Carruth 7a6d2e9ca1 Fix PR8774 by restricting when hasInit returns true. Previously, it
would return true if the initializer pointer union had *any* non-null
pointer in it, even if the pointer wasn't one that would actually be
returned via getInit(). This makes it more accurately model the logic of
'getInit() != NULL'.

This still isn't completely satisfying. From a principled stance,
I suspect we should make hasInit() and getInit() *always* return false
and NULL (resp.) for ParmVarDecl. We shouldn't at the API level treat
initializers and default arguments as the same thing.

llvm-svn: 121692
2010-12-13 07:40:47 +00:00
clang Fix PR8774 by restricting when hasInit returns true. Previously, it 2010-12-13 07:40:47 +00:00
compiler-rt license change 2010-11-16 22:13:33 +00:00
debuginfo-tests Zap white spaces, test commit email. 2010-11-10 18:11:11 +00:00
libcxx Reduced copying cost of tuple_cat from quadratic to linear. 2010-12-12 23:04:37 +00:00
lldb Updated to latest Clang revision. This involved 2010-12-13 01:26:27 +00:00
llvm remove the verbose-asm "constant pool double" comments that we were printing 2010-12-13 07:35:47 +00:00