summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs
Commit message (Expand)AuthorAgeFilesLines
* Fix interaction between serialization and c++1z feature.Richard Trieu2016-09-132-0/+4
* Add a couple of test files missed in r281258.Richard Smith2016-09-122-0/+10
* [modules] When we merge two definitions of a function, mark the retainedRichard Smith2016-09-122-0/+13
* Modules: for ObjectiveC try to keep the definition invariant.Manman Ren2016-09-0917-0/+49
* Modules: revert r280728.Manman Ren2016-09-094-12/+0
* [modules] Apply ODR merging for function scoped tags only in C++ mode.Vassil Vassilev2016-09-084-0/+12
* Modules: Fix an assertion in DeclContext::buildLookup.Manman Ren2016-09-064-0/+12
* [Modules] Add 'gnuinlineasm' to the 'requires-declaration' feature-list.Bruno Cardoso Lopes2016-08-303-0/+10
* Fix regression introduced by r279164: only pass definitions as the PatternDefRichard Smith2016-08-232-0/+3
* Revert r279486 "Fix regression introduced by r279164"Chandler Carruth2016-08-232-3/+0
* Fix regression introduced by r279164: only pass definitions as the PatternDefRichard Smith2016-08-222-0/+3
* Module debug info: Don't assert when encountering an incomplete definitionAdrian Prantl2016-08-223-0/+25
* PR28794: Don't try to instantiate function templates which are not visible.Vassil Vassilev2016-08-184-0/+28
* Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren2016-08-182-0/+2
* PR28438: Update the information on an identifier with local definitions beforeRichard Smith2016-08-184-0/+5
* Module debug info: Fix a bug in handling record decls without fields.Adrian Prantl2016-08-171-0/+6
* Modules: add command line option fmodules-disable-diagnostic-validationManman Ren2016-07-263-0/+6
* [modules] Teach the ASTWriter to ignore mutations coming from the ASTReader.Vassil Vassilev2016-07-225-0/+23
* Add regression test for PR27699.Vassil Vassilev2016-07-224-0/+10
* [modules] Don't emit initializers for VarDecls within a module eagerly wheneverRichard Smith2016-07-205-0/+8
* Revert r275481, r275490. This broke modules bootstrap.Richard Smith2016-07-155-8/+0
* Add test inputs missed by r275481.Richard Smith2016-07-145-0/+8
* [modules] Allow emission of update records for predefined __va_list_tag.Vassil Vassilev2016-06-202-0/+10
* PCH + module: make sure we write out macros associated with builtin identifiers.Manman Ren2016-05-313-0/+13
* [modules] Ask the canonical decl whether the constructor was defaulted.Vassil Vassilev2016-05-244-0/+42
* PR27754: CXXRecordDecl::data() needs to perform an update even if it's calledRichard Smith2016-05-175-0/+15
* Modules: set SystemHeader to true if we are building a system module.Manman Ren2016-05-174-0/+9
* [ModuleMap][CrashReproducer] Collect headers from inner frameworksBruno Cardoso Lopes2016-05-136-0/+16
* [modules] Enforce the rules that an explicit or partial specialization must beRichard Smith2016-05-053-0/+62
* Fix CodeCompletion & TypoCorrection when combining a PCH with ModulesBen Langmuir2016-05-042-0/+8
* Adding a test for a compiler crash that was fixed in r248069.Douglas Yung2016-05-032-0/+4
* Method Pool in modules: we make sure that if a module contains an entry forManman Ren2016-04-295-0/+32
* Reland r267691 fixing PR27535.Vassil Vassilev2016-04-283-0/+39
* [modules] When diagnosing a missing module import, suggest adding a #include ifRichard Smith2016-04-2717-0/+39
* Revert r267691, it caused PR27535.Nico Weber2016-04-273-39/+0
* [modules] Fix Decl's Used invariant.Vassil Vassilev2016-04-273-0/+39
* PR27513: When determining which declaration to put into an exported lookupRichard Smith2016-04-2611-0/+33
* Module debugging: Also correctly handle typedef'd foward-declared members.Adrian Prantl2016-04-261-4/+5
* Module debugging: Add testcase for member classes of class template specializ...Adrian Prantl2016-04-261-0/+9
* Module Debugging: Fix the condition for determining whether a templateAdrian Prantl2016-04-251-1/+13
* Module Debugging: Emit the canonical debug info for Objective-C classesAdrian Prantl2016-04-201-0/+6
* Fix off-by-one error in worst-case number of offsets needed for an AST record.Richard Smith2016-04-141-0/+5
* PR25501: Delay loading visible updates for a declaration until after we'veRichard Smith2016-04-086-0/+16
* [modules] Handle merged fields in designated initializers.Richard Smith2016-04-081-0/+4
* [modules] Add forgotten test case to r265597.Vassil Vassilev2016-04-064-0/+9
* [VFS] Handle empty entries in directory traversalBruno Cardoso Lopes2016-03-304-0/+13
* Canonicalize UnaryTransformType types when they don't have a known underlying...Vassil Vassilev2016-03-303-0/+32
* [modules] Write out identifiers if the ID is local, too.Vassil Vassilev2016-03-304-0/+7
* [modules] Add a regression test for PR21547.Vassil Vassilev2016-03-302-0/+17
* Use a simpler set of mock headers for the vfs+modules crash recovery tests.Benjamin Kramer2016-03-173-0/+11
OpenPOWER on IntegriCloud