summaryrefslogtreecommitdiff
path: root/test/Modules
Commit message (Expand)AuthorAgeFilesLines
* [modules] Change module manager visitation order to be a bit more stable whenRichard Smith2015-07-221-3/+8
* [modules] In C++, stop serializing and deserializing a list of declarations inRichard Smith2015-07-211-4/+0
* [modules] Produce an error if -cc1 wants to implicitly build a module and noRichard Smith2015-07-211-0/+5
* Attempt to fix greendragon buildbot failures; apparently wc sometimes inserts...Richard Smith2015-07-201-2/+2
* [modules] Add (already passing) test for template default argument merging wh...Richard Smith2015-07-193-3/+14
* [modules] Don't save uninteresting identifiers, and don't consider identifiersRichard Smith2015-07-191-0/+6
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-4/+7
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-141-2/+2
* Add file missed from r242105.Richard Smith2015-07-141-0/+3
* [modules] When diagnosing errors in module map files found by 'extern module'...Richard Smith2015-07-142-0/+5
* [Modules] Allow missing header before a missing requirementBen Langmuir2015-07-132-0/+15
* [modules] When checking the include guard for a header, check whether it'sRichard Smith2015-07-106-0/+15
* [modules] Fix "prefer own module over others" rule when selecting a module fo...Richard Smith2015-07-101-2/+2
* [modules] Fix merging support for forward-declared enums with fixed underlyin...Richard Smith2015-07-082-0/+8
* [modules] Fix crash when writing an update record for a redeclaration of an e...Richard Smith2015-07-083-0/+6
* [modules] When determining the visible module set during templateRichard Smith2015-07-084-0/+22
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-0810-5/+26
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-0710-26/+5
* Update testcases that use precompiled headers to require a target afterAdrian Prantl2015-07-071-1/+1
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-079-4/+25
* Mark clang/test/Modules/signal.m as REQUIRES:crash-recovery.NAKAMURA Takumi2015-07-051-1/+1
* [Modules] Be consistent about finding a module for framework headersBen Langmuir2015-07-028-0/+55
* [modules] Merging support for specializations of a function template. This veryRichard Smith2015-07-012-0/+10
* [modules] Don't make out-of-line member specializations of an instantiatedRichard Smith2015-07-012-11/+20
* [modules] Skip trailing attributes when skipping a class definition during pa...Richard Smith2015-07-011-0/+4
* [modules] Don't require the 'inline' specifier when merging an inline function;Richard Smith2015-07-011-0/+6
* [modules] Before checking whether the controlling macro of a header is defined,Richard Smith2015-07-015-0/+13
* [modules] Make sure macros get made visible in the top-level file if we've gotRichard Smith2015-06-303-0/+20
* Update testcases: DICompileUnits are now created distinct by DIBuilder.Adrian Prantl2015-06-301-1/+1
* Relax this test so it also works on platforms that use characters otherAdrian Prantl2015-06-301-1/+1
* Debug Info: Emit debug info for @import declarations.Adrian Prantl2015-06-303-0/+13
* 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-293-8/+8
* [Modules] Test lock file removed on signalBen Langmuir2015-06-293-0/+15
* [modules] Properly merge visibility of class definitions that got merged whileRichard Smith2015-06-255-5/+19
* [Modules] Consider -fmodule-feature in module hash and when loadingBen Langmuir2015-06-232-1/+17
* Write output file to temp directory. The tests shouldn't assume thatDaniel Jasper2015-06-231-2/+2
* Tweak clang/test/Modules/modules-with-same-name.m to run with GnuWin32's find...NAKAMURA Takumi2015-06-231-3/+3
* [modules] When building a module, if there are multiple matches for a headerRichard Smith2015-06-225-0/+9
* [modules] Add a flag to disable the feature that permits conflicting redefini...Richard Smith2015-06-221-1/+6
* [modules] When determining whether a definition of a class is visible, check ...Richard Smith2015-06-206-0/+27
* [modules] Merging support for enums with a local definition prior to the firstRichard Smith2015-06-181-0/+11
* [modules] Ensure that if we merge the definitions of two enumerations, thatRichard Smith2015-06-171-0/+9
* [modules] Fix typo in default argument merging.Richard Smith2015-06-174-0/+6
* [modules] If we merge a template, also track that its parameters are merged soRichard Smith2015-06-171-4/+3
* [modules] Improve diagnostic for a template-id that's invalid because a defaultRichard Smith2015-06-172-6/+16
* [modules] Fix merging of default template arguments onto friend templates.Richard Smith2015-06-162-0/+12
* [Hexagon] unused-local-typedef warning test is passing.Colin LeMahieu2015-06-161-1/+0
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-16170-541/+541
* [modules] Re-enable accidentally-disabled test.Richard Smith2015-06-151-6/+6