summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
Commit message (Expand)AuthorAgeFilesLines
* Revert "[modules] When merging one definition into another, propagate the lis...Eric Liu2016-09-144-11/+0
* [modules] When merging one definition into another, propagate the list ofRichard Smith2016-09-144-0/+11
* Fix interaction between serialization and c++1z feature.Richard Trieu2016-09-133-0/+12
* Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne2016-09-132-20/+19
* 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-123-0/+27
* Modules: for ObjectiveC try to keep the definition invariant.Manman Ren2016-09-0921-0/+98
* Modules: revert r280728.Manman Ren2016-09-095-22/+0
* [modules] Apply ODR merging for function scoped tags only in C++ mode.Vassil Vassilev2016-09-085-0/+20
* Modules: Fix an assertion in DeclContext::buildLookup.Manman Ren2016-09-065-0/+22
* clang/test/Modules/compiler_builtins_x86.c: Fix r280658.NAKAMURA Takumi2016-09-051-1/+1
* Attempt to fix buildbots not targetting x86James Molloy2016-09-051-1/+1
* [Modules] Add 'freestanding' to the 'requires-declaration' feature-list.Elad Cohen2016-09-041-0/+6
* When we reach the end of a #include of a header of a local submodule that weRichard Smith2016-09-011-0/+19
* [Modules] Add 'gnuinlineasm' to the 'requires-declaration' feature-list.Bruno Cardoso Lopes2016-08-304-0/+26
* PR29166: when merging declarations with typedef names for linkage purposes,Richard Smith2016-08-301-0/+1
* Fix a bug preventing the cause for a module file-not-found from being displayedAdrian Prantl2016-08-291-1/+1
* Fix a bug preventing the cause of a module-out-of-date error from being printedAdrian Prantl2016-08-291-1/+1
* Lazily load the ContextDecl for a lambda's DefinitionData, to fix aRichard Smith2016-08-251-0/+22
* Fix regression introduced by r279164: only pass definitions as the PatternDefRichard Smith2016-08-233-2/+5
* Revert r279486 "Fix regression introduced by r279164"Chandler Carruth2016-08-233-5/+2
* Typo.Adrian Prantl2016-08-221-1/+1
* Add the second half of the testcase I should have added in 279485.Adrian Prantl2016-08-221-0/+18
* Fix regression introduced by r279164: only pass definitions as the PatternDefRichard Smith2016-08-223-2/+5
* Module debug info: Don't assert when encountering an incomplete definitionAdrian Prantl2016-08-223-0/+25
* clang/test/Modules/prebuilt-module.m: Prune "-triple" to fix a configuration ...NAKAMURA Takumi2016-08-191-1/+1
* 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-183-0/+12
* Remove debugging aids from this test and fix its expectations.Richard Smith2016-08-181-3/+1
* PR28438: Update the information on an identifier with local definitions beforeRichard Smith2016-08-185-0/+14
* Print the module format in clang -module-file-info.Adrian Prantl2016-08-171-0/+4
* Support object-file-wrapped modules in clang -module-file-info.Adrian Prantl2016-08-171-2/+5
* Module debug info: Fix a bug in handling record decls without fields.Adrian Prantl2016-08-173-2/+39
* [VFS] Add 'ignore-non-existent-contents' field to YAML filesBruno Cardoso Lopes2016-08-121-0/+1
* [clang/test] Fix a flaky unittest on windowsEtienne Bergeron2016-08-031-4/+10
* 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
OpenPOWER on IntegriCloud