- 4219c66 This test isn't portable to non-x86 platforms; specify a triple. by Eli Friedman · 13 years ago
- 83ea3bd tests: Remove some stray and unused -cc1 flags. These tests appear to be written by Daniel Dunbar · 13 years ago
- 033be8b Enable -flimit-debug-info by default. Now, clang lazily emits debug info for structs. Original behavior can be restored using -fno-limit-debug-info. by Devang Patel · 13 years ago
- ddb2147 Don't build member initializers for zero-length or incomplete arrays, by Douglas Gregor · 13 years ago
- c637d73 back out changes in r143399 and r143475. by Fariborz Jahanian · 13 years ago
- 0505321 Find copy constructor needed to copy an rvalue reference by Fariborz Jahanian · 13 years ago
- 64f45a2 Fix the representation of wide strings in the AST and IR so that it uses the native representation of integers for the elements. This fixes a bunch of nastiness involving by Eli Friedman · 13 years ago
- d8c4551 Adds IRGen support for captured rvalue references in blocks. by Fariborz Jahanian · 13 years ago
- ef8857d In case of template specialization, do not try to delay emitting debug info for concrete type in -flimit-debug-info mode. This fixes some of the failures from bs15503.exp tests in gdb testsuite. by Devang Patel · 13 years ago
- c49bd11 Reinstate r142844 (reverted in r142872) now that lvalue-to-rvalue conversions by Richard Smith · 13 years ago
- ac51650 Be sure to build a dependent expression when we see by John McCall · 13 years ago
- 98a9203 Move these test from checking assembly to checking LLVM IR. Should fix fallout by Nick Lewycky · 13 years ago
- 4142251 Do not drop type qualifiers in -flimit-debug-info mode. by Devang Patel · 13 years ago
- b000459 Don't try to emit CK_LValueBitCast casts as constants. PR9558. by Eli Friedman · 13 years ago
- 0625366 Fix PR11073 by adding the argument type information to the decl we construct by Eric Christopher · 13 years ago
- 13c7fcc c++: support gcc's application of weak attribute on by Fariborz Jahanian · 13 years ago
- c8645e3 Handle an edge case involving the conditional operator and throw expressions. PR10582. by Eli Friedman · 13 years ago
- 8eb5b29 Missed tests for half FP support by Anton Korobeynikov · 13 years ago
- 2ed7cb6 PR11124: Don't overwrite memory outside of a base class when performing zero-initialization before running its constructor. by Eli Friedman · 13 years ago
- 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
- 13e1bca When performing a user-defined conversion via a constructor, be sure by Douglas Gregor · 13 years ago
- 6595935 Record layout requires not just a definition, but a complete by John McCall · 13 years ago
- 8ed3ade Move test, so it actually tests what it is supposed to (given that we don't have an AST verifier). by Eli Friedman · 13 years ago
- 9984d12 Move vtable dumper call to VTableBuilder ctor by Peter Collingbourne · 13 years ago
- bf1c5ae Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGen by Peter Collingbourne · 13 years ago
- cea8d96 Treat list-initialization of scalars as a first-class citizen in C++11. by Sebastian Redl · 13 years ago
- b681fb1 Explicitly-defaulted copy/move constructors are not "implicit", but by Douglas Gregor · 13 years ago
- ca82a82 Enforce access control for conversion operators used in contextual by John McCall · 13 years ago
- 285cfd8 Throw the switch to convert clang to the new exception handling model! by Bill Wendling · 13 years ago
- 5584d91 In apple-kext mode, use external linkage for explicit template instantiations by John McCall · 13 years ago
- 416f63e PR10304: Do not call destructors for data members from union destructors. Prior to C++11, this by Richard Smith · 13 years ago
- 16ee819 Fix PR10531. Attach an initializer to anonymous unions, since the default constructor might not be trivial (if there is an in-class initializer for some member) and might be deleted. by Richard Smith · 13 years ago
- f60dca3 Emit debug info for c++0x nullptr. by Devang Patel · 13 years ago
- eb43f4a Re-commit r139643. by Eli Friedman · 13 years ago
- a179b53 Revert r139643 while I look into it; it's breaking selfhost. by Eli Friedman · 13 years ago
- 93013b2 Make clang use Acquire loads and Release stores where necessary. by Eli Friedman · 13 years ago
- 74a292f Update test to fix windows buildbot. by Devang Patel · 13 years ago
- e8ee3f2 Fix debug info encodings for char16_t and char32_t. by Devang Patel · 13 years ago
- 68f76b1 Emit debug info for wchar_t. by Devang Patel · 13 years ago
- 1ddc9c4 When extracting the callee declaration from a call expression, be sure by Douglas Gregor · 13 years ago
- 576cf17 Rearrange code so that we pass the right pointer to delete[] when an exception is thrown constructing the array elements in an array new expression. Fixes PR10870. by Eli Friedman · 13 years ago
- f747ce6 PR10506: Extend test for temporary cleanups in range-based for loop to cover the dependent case. by Richard Smith · 13 years ago
- 7803ec8 Don't try to emit unsupported templated friend declarations. They're unsupported by Nick Lewycky · 13 years ago
- 49e34be The size of struct UnwindException varies by platform with no by John McCall · 13 years ago
- 2148011 Be sure to emit lvalue-to-rvalue casts for loads from x-values. by John McCall · 13 years ago
- 5f8d604 The lvalue-to-rvalue on structs in C++ is actually part by John McCall · 13 years ago
- 4418439 Since the 'is aliased' bit is critical for correctness in C++, it by John McCall · 13 years ago
- 90b2bdf An initialization does not alias. by John McCall · 13 years ago
- 1366862 The allocated exception slot does not alias anything; should fix self-host. by John McCall · 13 years ago
- 410ffb2 Track whether an AggValueSlot is potentially aliased, and do not by John McCall · 13 years ago
- c44e941 Remove this test. It requires C++ standard library headers, which we'd by Chandler Carruth · 13 years ago
- 3526e47 test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp: Mark XFAIL: win32. by NAKAMURA Takumi · 13 years ago
- f9a642f Remove this file, it's not much of a test and string headers cause by Eric Christopher · 13 years ago
- aeac10e Migrate, FileCheckize and update: by Eric Christopher · 13 years ago
- 2368b6a Migrate, FileCheckize and update: by Eric Christopher · 13 years ago
- 51abac1 Modify the check line to be happier on windows. by Eric Christopher · 13 years ago
- 56a89ea Remove dead file. by Eric Christopher · 13 years ago
- 16d482e Migrate, FileCheckize and update: by Eric Christopher · 13 years ago
- 2ba4fde Try removing xfail and xtarget to see if this brings back a couple of bots. by Eric Christopher · 13 years ago
- 3b20b9e Migrate 2007-01-02-UnboundedArray.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 335552e Migrate: by Eric Christopher · 13 years ago
- e645278 Remove 2008-10-29-WrongOffset.cpp since it requires a header file on all by Eric Christopher · 13 years ago
- 97b02c5 Migrate 2007-10-01-StructResize.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 44f609c Migrate 2008-01-12-VecInit.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 3d88380 Migrate 2008-05-07-CrazyOffsetOf.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 7b9bb72 Migrate 2008-10-29-WrongOffset.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 723665f Migrate 2009-03-17-dbg.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- f54a225 Migrate 2009-04-23-bool2.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- e90e9c3 Remove this test. It's failing and it's not that good of a test. by Eric Christopher · 13 years ago
- 28e7d2a Migrate 2009-06-16-DebugInfoCrash.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- c0791f1 Migrate 2009-07-16-PrivateCopyConstructor.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 59de683 Migrate 2009-08-05-ZeroInitWidth.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 3592f64 Migrate 2009-07-16-Using.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 07881a2 Migrate 2009-08-11-VectorRetTy.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- ea6de30 Migrate 2009-09-09-packed-layout.cpp test from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 2c56377 Migrate 2009-10-27-crash.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 8a8d6d8 Migrate 2009-12-23-MissingSext.cpp from test/FrontendC++ and modify by Eric Christopher · 13 years ago
- 1999c7c Do not depend on the standard library on the system. Replace the #include with by Nick Lewycky · 13 years ago
- 80f5b16 Always mark friend function declarations in class templates as by Chandler Carruth · 13 years ago
- 5d6a4ad Somehow I fouled up this test. by John McCall · 13 years ago
- d963c37 Gather cleanups correctly in block return statements. by John McCall · 13 years ago
- 4cbac2a Migrate test from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 1c8346c Migrate from llvm/test/FrontendC++ and FileCheckize. by Eric Christopher · 13 years ago
- 02394ff Migrate from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 6ddb040 Migrate test from llvm/test/FrontendC++ and FileCheckize. by Eric Christopher · 13 years ago
- ffe57aa Migrate test from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 2b94c69 Migrate from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- b7f124c Migrate from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 61329d6 Migrate test from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- b571582 Migrate from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- b06cf89 Migrate varargs.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 41f001f Migrate weak-external.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- 32e48a3 Migrate x86-64-abi-sret-vs-2word-struct-param.cpp from by Eric Christopher · 13 years ago
- 230768d Migrate thunk-linkonce-odr.cpp from llvm/test/FrontendC++. by Eric Christopher · 13 years ago
- d946bda FileCheckize this test. by Eric Christopher · 13 years ago
- 041087c 'pure' and 'const' functions should also be marked nounwind. Migrate by Eric Christopher · 13 years ago
- ec24b0e Fix r137086 to actually work properly in general. PR10650. by Eli Friedman · 13 years ago
- a40b7f2 Update clang tests for r137527. by Eli Friedman · 13 years ago
- 777d6e5 Simplify EH control flow by observing that EH scopes form a simple by John McCall · 13 years ago
- 4dc41c9 Rewrite default initialization of anonymous structs/unions within a by Douglas Gregor · 13 years ago