summaryrefslogtreecommitdiff
path: root/test/Modules/cxx-irgen.cpp
AgeCommit message (Expand)Author
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-09-14Revert "Always_inline codegen rewrite" and 2 follow-ups.Evgeniy Stepanov
2015-09-14Update cxx-irgen.cpp test to allow signext in alwaysinline functions.Samuel Antao
2015-09-12Always_inline codegen rewrite.Evgeniy Stepanov
2015-09-11Revert "Specify target triple in alwaysinline tests."Evgeniy Stepanov
2015-09-11Always_inline codegen rewrite.Evgeniy Stepanov
2015-06-30Fix a couple of tests in clang/test to match "x86_thiscallcc" introduced in r...NAKAMURA Takumi
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2014-08-14clang/test/Modules/cxx-irgen.cpp: Let it tolerant of x86_thiscallcc.NAKAMURA Takumi
2014-08-13[modules] Fix a rejects-valid resulting from emitting an inline functionRichard Smith
2014-08-07[modules] When emitting an update record containing the body of a destructor,Richard Smith
2014-08-01[modules] Remove IRGen special case for emitting implicit special members ifRichard Smith
2014-07-31[modules] Maintain an AST invariant across module load/save: if any declarationRichard Smith
2014-06-02allow optional signext attributeWill Schmidt
2014-04-19When a module completes the definition of a class template specialization imp...Richard Smith
2014-04-12Fix test/Modules/cxx-irgen.cpp for PPC64Hal Finkel
2014-03-23If an update record makes a declaration interesting, pass it to the consumer.Richard Smith
2014-03-22Emit an update record if we instantiate the definition of a function templateRichard Smith