- Jun 22, 2011
-
-
Jim Ingham authored
llvm-svn: 133647
-
Chad Rosier authored
Specifically, gcc.c-torture/compile/pr21356.c. llvm-svn: 133646
-
Bill Wendling authored
line with LLVM's general coding style. No functionality change. llvm-svn: 133645
-
Johnny Chen authored
Add docstring to test_SBSymbolContextList(self) explaining that upon default construction, the API object is valid. llvm-svn: 133644
-
Devang Patel authored
llvm-svn: 133642
-
Daniel Dunbar authored
the site config. llvm-svn: 133641
-
Jim Grosbach authored
llvm-svn: 133640
-
Fariborz Jahanian authored
in Darwin's fragile abi mode. // rdar://8940528 llvm-svn: 133639
-
Jim Grosbach authored
Just tidy up a bit. No functional change. llvm-svn: 133638
-
Manuel Klimek authored
Removes dead code found in the process. Adds a test to verify that ParenListExprs do not have NULL types. llvm-svn: 133637
-
Devang Patel authored
llvm-svn: 133636
-
Nick Lewycky authored
llvm-svn: 133634
-
Douglas Gregor authored
llvm-svn: 133633
-
Howard Hinnant authored
In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated understanding and sync with updated clang mangling. Also fix think-o in __parse_encoding enabling the parsing of trailing .eh and .b. llvm-svn: 133632
-
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
-