- Jun 22, 2011
-
-
Nick Lewycky authored
is larger than the sum of the elements (including per-element padding). llvm-svn: 133631
-
Douglas Gregor authored
issues between a bitwise operator and a comparison operator. Fixes <rdar://problem/9637759>. llvm-svn: 133630
-
Jim Ingham authored
Reverting switch to the AsyncOutputStream for the Thread Trace Logger. This change caused the logger to crash. Presumably we're printing at a time the debugger isn't ready to print. llvm-svn: 133629
-
Douglas Gregor authored
via a typedef of a function, make sure to synthesize parameter declarations. Fixes PR9654 / <rdar://problem/9257497>. llvm-svn: 133628
-
-
Argyrios Kyrtzidis authored
llvm-svn: 133626
-
Argyrios Kyrtzidis authored
llvm-svn: 133625
-
Eric Christopher authored
Patch by Jean-Daniel Dupas! llvm-svn: 133624
-
Douglas Gregor authored
llvm-svn: 133623
-
Fariborz Jahanian authored
integral as it is not transferring ownership.. // rdar://9619861 llvm-svn: 133622
-
Douglas Gregor authored
objects, so that we steal the retain count of a temporary __strong pointer (zeroing out that temporary), eliding a retain/release pair. Addresses <rdar://problem/9364932>. llvm-svn: 133621
-
Douglas Gregor authored
retain/release the temporary object appropriately. Previously, we would only perform the retain/release operations when the reference would extend the lifetime of the temporary, but this does the wrong thing across calls. llvm-svn: 133620
-
Justin Holewinski authored
llvm-svn: 133619
-
Douglas Gregor authored
to, including cv-qualifications. llvm-svn: 133618
-
Douglas Gregor authored
llvm-svn: 133617
-
Howard Hinnant authored
llvm-svn: 133616
-
Jay Foad authored
that takes an ArrayRef. llvm-svn: 133615
-
Jay Foad authored
llvm-svn: 133614
-
Dan Bailey authored
llvm-svn: 133613
-
Jay Foad authored
llvm-svn: 133612
-
Jay Foad authored
representing a constant reference to ValType. Normally this is just "const ValType &", but when ValType is a std::vector we want to use ArrayRef as the reference type. llvm-svn: 133611
-
Argyrios Kyrtzidis authored
lifetime is well-known and restricted, cleaning them up manually is easy to miss and cause a leak. Use it to plug the leaking of TemplateIdAnnotation objects. rdar://9634138. llvm-svn: 133610
-
Andrew Trick authored
test/lit.site.cfg, not Unit/test/lit.site.cfg. llvm-svn: 133609
-
Andrew Trick authored
test/lit.site.cfg, not Unit/test/lit.site.cfg. llvm-svn: 133608
-
Rafael Espindola authored
be one with only one unconditional branch and no phis. Duplicating the phis in this case is possible, but requeres liveness analysis or breaking edges. llvm-svn: 133607
-
Greg Clayton authored
llvm-svn: 133605
-
Alexis Hunt authored
llvm-svn: 133604
-
Johnny Chen authored
where the environment variables for log files (DEBUG_LLDB_LOG and DEBUG_GDB_REMOTE_LOG) are not defined. llvm-svn: 133603
-
Johnny Chen authored
a valid SB API object. Modify the test case to accommodate. llvm-svn: 133602
-
John McCall authored
existence by always threading an edge from the catchall. Not doing this was previously causing a crash in the very extreme case where neither the normal cleanup nor the EH catchall was actually reachable: we would delete the catchall entry block, which would cause us to delete the entry block of the finally cleanup as well because the cleanup logic would merge the blocks, which in turn triggered an assert because later blocks in the finally would still be using values from the entry. Laziness turns out to be the most elegant solution to the problem. llvm-svn: 133601
-
Alexis Hunt authored
FunctionTemplateDecl. I'm not quite sure what else it could be, though, and would appreciate some insight. This ought to fix the broken builds llvm-svn: 133600
-
Justin Holewinski authored
llvm-svn: 133599
-
Greg Clayton authored
process entry point. llvm-svn: 133598
-
Greg Clayton authored
contained the current line marker. This is now an option which is not enabled for the API disassembly call. llvm-svn: 133597
-
Alexis Hunt authored
probably shouldn't cover the implicit member case, but it needs to until more descriptive diagnostics are implemented. llvm-svn: 133594
-
Alexis Hunt authored
are also present. llvm-svn: 133593
-
John McCall authored
respect that when deciding whether -objc-exceptions implies the -fexceptions -cc1 option. llvm-svn: 133590
-
Justin Holewinski authored
Patch by Wei-Ren Chen llvm-svn: 133589
-
Devang Patel authored
llvm-svn: 133585
-
Alexis Hunt authored
lookup. Previously, it was breaking self-host, but it's been a week and a half and I can't reproduce, so I need to see if it's still failing. llvm-svn: 133581
-