summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
Commit message (Expand)AuthorAgeFilesLines
* Modules: add command line option fmodules-disable-diagnostic-validationManman Ren2016-07-264-0/+18
* [modules] Teach the ASTWriter to ignore mutations coming from the ASTReader.Vassil Vassilev2016-07-226-0/+31
* Add regression test for PR27699.Vassil Vassilev2016-07-225-0/+19
* Disable a flaky test on Windows that uses "echo >>"Reid Kleckner2016-07-211-0/+5
* Reroll "Include unreferenced nested types in member list only for CodeView"Adrian McCarthy2016-07-211-1/+1
* Revert "Include unreferenced nested types in member list only for CodeView"Adrian McCarthy2016-07-211-5/+1
* Include unreferenced nested types in member list only for CodeViewAdrian McCarthy2016-07-211-1/+5
* [modules] Don't emit initializers for VarDecls within a module eagerly wheneverRichard Smith2016-07-208-8/+53
* Revert r275481, r275490. This broke modules bootstrap.Richard Smith2016-07-156-44/+0
* Push alias-declarations and alias-template declarations into scope even ifRichard Smith2016-07-151-0/+7
* Add test inputs missed by r275481.Richard Smith2016-07-145-0/+8
* [modules] Don't pass interesting decls to the consumer for a module file that'sRichard Smith2016-07-141-0/+36
* Restructure the propagation of -fPIC/-fPIE.Rafael Espindola2016-06-231-1/+1
* [modules] Allow emission of update records for predefined __va_list_tag.Vassil Vassilev2016-06-203-0/+19
* Redirect unused output in test to /dev/nullRichard Trieu2016-06-091-3/+3
* PCH + module: make sure we write out macros associated with builtin identifiers.Manman Ren2016-05-314-0/+22
* [modules] Ask the canonical decl whether the constructor was defaulted.Vassil Vassilev2016-05-245-0/+54
* PR27754: CXXRecordDecl::data() needs to perform an update even if it's calledRichard Smith2016-05-176-0/+22
* Modules: set SystemHeader to true if we are building a system module.Manman Ren2016-05-175-0/+33
* [Modules] Use vfs for (recursive) directory iterationBruno Cardoso Lopes2016-05-161-0/+13
* [ModuleMap][CrashReproducer] Collect headers from inner frameworksBruno Cardoso Lopes2016-05-137-0/+58
* [CrashReproducer] Always use realpath for destinationBruno Cardoso Lopes2016-05-061-9/+1
* [modules] Enforce the rules that an explicit or partial specialization must beRichard Smith2016-05-054-6/+126
* Fix CodeCompletion & TypoCorrection when combining a PCH with ModulesBen Langmuir2016-05-043-0/+16
* [modules][debuginfo] Only include imported modules when targeting LLDBDavid Blaikie2016-05-034-5/+17
* Adding a test for a compiler crash that was fixed in r248069.Douglas Yung2016-05-033-0/+13
* Method Pool in modules: we make sure that if a module contains an entry forManman Ren2016-04-296-0/+43
* Reland r267691 fixing PR27535.Vassil Vassilev2016-04-284-0/+77
* [modules] When diagnosing a missing module import, suggest adding a #include ifRichard Smith2016-04-2718-0/+72
* Revert r267691, it caused PR27535.Nico Weber2016-04-274-77/+0
* [modules] Fix Decl's Used invariant.Vassil Vassilev2016-04-274-0/+77
* PR27513: When determining which declaration to put into an exported lookupRichard Smith2016-04-2612-0/+40
* Module debugging: Also correctly handle typedef'd foward-declared members.Adrian Prantl2016-04-263-5/+21
* Module debugging: Add testcase for member classes of class template specializ...Adrian Prantl2016-04-262-1/+18
* Module debugging: Use the definition to determine module-defined types.Adrian Prantl2016-04-261-0/+9
* Module Debugging: Fix the condition for determining whether a templateAdrian Prantl2016-04-253-18/+119
* DebugInfo: Adapt to loss of DITypeRef in LLVM r267296Duncan P. N. Exon Smith2016-04-232-34/+29
* Module Debugging: Emit the canonical debug info for Objective-C classesAdrian Prantl2016-04-203-3/+24
* DebugInfo: Make DICompositeTypes distinct most of the timeDuncan P. N. Exon Smith2016-04-173-6/+6
* Update to match LLVM changes for PR27284.Adrian Prantl2016-04-153-27/+25
* Fix off-by-one error in worst-case number of offsets needed for an AST record.Richard Smith2016-04-141-0/+5
* [CrashReproducer] Add test to run the reproducer script + modulesBruno Cardoso Lopes2016-04-131-0/+57
* [CrashReproducer] Setup 'use-external-names' in YAML files.Bruno Cardoso Lopes2016-04-133-3/+10
* [modules] Extend r266113 to cope with submodules.Richard Smith2016-04-121-1/+1
* [modules] When an incompatible module file is explicitly provided for a module,Richard Smith2016-04-121-1/+4
* PR25501: Delay loading visible updates for a declaration until after we'veRichard Smith2016-04-087-0/+25
* [modules] Handle merged fields in designated initializers.Richard Smith2016-04-082-0/+12
* [modules] Add a comment to explain why -E leaves some #includes in the prepro...Richard Smith2016-04-081-1/+3
* [modules] Don't write @import in -E output if the current language mode doesn'tRichard Smith2016-04-081-0/+22
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-071-0/+3
OpenPOWER on IntegriCloud