summaryrefslogtreecommitdiff
path: root/test/Modules/cxx-irgen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of tests in clang/test to match "x86_thiscallcc" introduced in r...NAKAMURA Takumi2015-06-301-1/+1
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-6/+6
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-2/+2
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-11/+11
* clang/test/Modules/cxx-irgen.cpp: Let it tolerant of x86_thiscallcc.NAKAMURA Takumi2014-08-141-4/+4
* [modules] Fix a rejects-valid resulting from emitting an inline functionRichard Smith2014-08-131-0/+17
* [modules] When emitting an update record containing the body of a destructor,Richard Smith2014-08-071-0/+9
* [modules] Remove IRGen special case for emitting implicit special members ifRichard Smith2014-08-011-1/+1
* [modules] Maintain an AST invariant across module load/save: if any declarationRichard Smith2014-07-311-1/+29
* allow optional signext attributeWill Schmidt2014-06-021-1/+1
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-191-0/+4
* Fix test/Modules/cxx-irgen.cpp for PPC64Hal Finkel2014-04-121-3/+3
* If an update record makes a declaration interesting, pass it to the consumer.Richard Smith2014-03-231-3/+6
* Emit an update record if we instantiate the definition of a function templateRichard Smith2014-03-221-0/+15