summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX
Commit message (Expand)AuthorAgeFilesLines
* PR11124: Don't overwrite memory outside of a base class when performing zero-...Eli Friedman2011-10-141-0/+19
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-1342-57/+57
* When performing a user-defined conversion via a constructor, be sureDouglas Gregor2011-10-101-0/+1
* Record layout requires not just a definition, but a completeJohn McCall2011-10-071-0/+32
* Move test, so it actually tests what it is supposed to (given that we don't h...Eli Friedman2011-09-271-0/+8
* Move vtable dumper call to VTableBuilder ctorPeter Collingbourne2011-09-261-212/+223
* Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGenPeter Collingbourne2011-09-262-4/+4
* Treat list-initialization of scalars as a first-class citizen in C++11.Sebastian Redl2011-09-241-0/+7
* Explicitly-defaulted copy/move constructors are not "implicit", butDouglas Gregor2011-09-221-1/+73
* Enforce access control for conversion operators used in contextualJohn McCall2011-09-211-1/+1
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-198-32/+49
* In apple-kext mode, use external linkage for explicit template instantiationsJohn McCall2011-09-191-2/+10
* PR10304: Do not call destructors for data members from union destructors. Pri...Richard Smith2011-09-181-0/+42
* Fix PR10531. Attach an initializer to anonymous unions, since the default con...Richard Smith2011-09-182-11/+35
* Emit debug info for c++0x nullptr.Devang Patel2011-09-142-2/+11
* Re-commit r139643.Eli Friedman2011-09-131-3/+1
* Revert r139643 while I look into it; it's breaking selfhost.Eli Friedman2011-09-131-1/+3
* Make clang use Acquire loads and Release stores where necessary.Eli Friedman2011-09-131-3/+1
* Update test to fix windows buildbot.Devang Patel2011-09-121-1/+4
* Fix debug info encodings for char16_t and char32_t.Devang Patel2011-09-121-0/+5
* Emit debug info for wchar_t.Devang Patel2011-09-101-0/+5
* When extracting the callee declaration from a call expression, be sureDouglas Gregor2011-09-061-0/+12
* Rearrange code so that we pass the right pointer to delete[] when an exceptio...Eli Friedman2011-09-061-0/+18
* PR10506: Extend test for temporary cleanups in range-based for loop to cover ...Richard Smith2011-09-041-1/+9
* Don't try to emit unsupported templated friend declarations. They're unsupportedNick Lewycky2011-09-011-0/+12
* The size of struct UnwindException varies by platform with noJohn McCall2011-08-301-0/+28
* Be sure to emit lvalue-to-rvalue casts for loads from x-values.John McCall2011-08-301-0/+18
* The lvalue-to-rvalue on structs in C++ is actually partJohn McCall2011-08-271-10/+36
* Since the 'is aliased' bit is critical for correctness in C++, itJohn McCall2011-08-261-0/+13
* An initialization does not alias.John McCall2011-08-261-0/+4
* The allocated exception slot does not alias anything; should fix self-host.John McCall2011-08-261-0/+13
* Track whether an AggValueSlot is potentially aliased, and do notJohn McCall2011-08-252-7/+7
* Remove this test. It requires C++ standard library headers, which we'dChandler Carruth2011-08-201-13/+0
* test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp: Mark XFAIL: win32.NAKAMURA Takumi2011-08-201-0/+2
* Remove this file, it's not much of a test and string headers causeEric Christopher2011-08-201-13/+0
* Migrate, FileCheckize and update:Eric Christopher2011-08-207-0/+124
* Migrate, FileCheckize and update:Eric Christopher2011-08-209-0/+127
* Modify the check line to be happier on windows.Eric Christopher2011-08-191-1/+1
* Remove dead file.Eric Christopher2011-08-191-29/+0
* Migrate, FileCheckize and update:Eric Christopher2011-08-1913-0/+240
* Try removing xfail and xtarget to see if this brings back a couple of bots.Eric Christopher2011-08-191-2/+1
* Migrate 2007-01-02-UnboundedArray.cpp from llvm/test/FrontendC++.Eric Christopher2011-08-191-0/+14
* Migrate:Eric Christopher2011-08-1912-0/+361
* Remove 2008-10-29-WrongOffset.cpp since it requires a header file on allEric Christopher2011-08-191-489/+0
* Migrate 2007-10-01-StructResize.cpp from llvm/test/FrontendC++.Eric Christopher2011-08-191-0/+13
* Migrate 2008-01-12-VecInit.cpp from llvm/test/FrontendC++.Eric Christopher2011-08-191-0/+5
* Migrate 2008-05-07-CrazyOffsetOf.cpp from llvm/test/FrontendC++.Eric Christopher2011-08-191-0/+8
* Migrate 2008-10-29-WrongOffset.cpp from llvm/test/FrontendC++.Eric Christopher2011-08-191-0/+489
* Migrate 2009-03-17-dbg.cpp from llvm/test/FrontendC++.Eric Christopher2011-08-191-0/+16
* Migrate 2009-04-23-bool2.cpp from llvm/test/FrontendC++.Eric Christopher2011-08-191-0/+15
OpenPOWER on IntegriCloud