aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX
AgeCommit message (Expand)Author
2013-03-21Update debug info test case for more incoming DIBuilder changesDavid Blaikie
2013-03-21Update debug info test case for an incoming change to DIBuilder in LLVMDavid Blaikie
2013-03-21Generalize debug info tests to be forward compatible with future DISubprogram...David Blaikie
2013-03-20Debug info - generalize namespace test to not depend on a DW_TAG_file_type entryDavid Blaikie
2013-03-20[ms-cxxabi] Mangle function pointer template arguments correctlyReid Kleckner
2013-03-20refactoring file/directory for namespace debug infoDavid Blaikie
2013-03-20Enhance debug info namespace test to check for context/scope referenceDavid Blaikie
2013-03-20Exploit this-return of a callsite in a this-return function.Manman Ren
2013-03-20Make front-end debug info namespace test frontend-only & more specific withou...David Blaikie
2013-03-20Make clang emit linkage names in debug info for subprograms when coverage infoNick Lewycky
2013-03-19Simplify/generalize some debug info test casesDavid Blaikie
2013-03-19Relax test to allow for attributes on other architectures. Caught by powerpc6...Adrian Prantl
2013-03-19Don't try to set attributes in alias, they have none.Rafael Espindola
2013-03-18Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith
2013-03-18Bring inheriting constructor implementation up-to-date with current defectRichard Smith
2013-03-17Generalize a few debug info test casesDavid Blaikie
2013-03-16revert r177211 due to its potential issuesManman Ren
2013-03-16Exploit this-return of a callsite in a this-return function.Manman Ren
2013-03-15Force column info only for direct inlined functions. This should strikeAdrian Prantl
2013-03-14Allocate stack storage for .block_descriptor and captured self at -O0.Adrian Prantl
2013-03-13relax check to allow for attributes (fix buildbot for elf-ppc64)Adrian Prantl
2013-03-12Eliminate backend dependency in CFE testcase.Adrian Prantl
2013-03-12Force column info to be generated for call expressions so we canAdrian Prantl
2013-03-12Correctly compute linkage of decls forward declared extern C.Rafael Espindola
2013-03-12Remove a bogus assert so we don't crash inRafael Espindola
2013-03-05Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the firstLang Hames
2013-03-05Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of aRichard Smith
2013-03-04Fix the emission of the copy-initialization of a block captureJohn McCall
2013-02-28Add more of the command line options as attribute flags.Bill Wendling
2013-02-28Use the actual ABI-determined C calling convention for runtimeJohn McCall
2013-02-27Better support for constructors with -cxx-abi microsoft, partly fixes PR12784Timur Iskhodzhanov
2013-02-27Don't cache the visibility of types.Rafael Espindola
2013-02-27Use the correct alignment for POD-member memcpys where the first field is aLang Hames
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-26Use existing macros to simplify the test a bit.Rafael Espindola
2013-02-26Use the most recent decl in getExplicitVisibility.Rafael Espindola
2013-02-26Be more careful in applying pragma weak. Fixes pr14974.Rafael Espindola
2013-02-25[ubsan] Emit single check for left shift.Will Dietz
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-24PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incompleteRichard Smith
2013-02-23ubsan: Emit bounds checks for array indexing, vector indexing, and (in really...Richard Smith
2013-02-23Remove the hack that avoided mangling static functions in extern C contexts.Rafael Espindola
2013-02-22Update tests so that we don't test for function-only attributes on call sites.Bill Wendling
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2013-02-21Ignore visibility from enclosing template argumentsJohn McCall
2013-02-20Attempt to clean up tests for non-X86 platforms.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-02-20Add a new 'type_visibility' attribute to allow users toJohn McCall
2013-02-19Add the missing 'static' keyword to the testTimur Iskhodzhanov