summaryrefslogtreecommitdiffstats
path: root/test/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* [modules] Simplify module macro handling in non-local-submodule-visibility mode.Richard Smith2017-05-191-0/+27
* [ODRHash] Revert r303450 to fix buildbotRichard Trieu2017-05-191-102/+0
* [ODRHash] Support TemplateName and TemplateArgumentRichard Trieu2017-05-191-0/+102
* When we enter a module within a linkage specification, switch the linkageRichard Smith2017-05-181-0/+25
* [modules] Switch from inferring owning modules based on source location toRichard Smith2017-05-181-6/+8
* [Lexer] Ensure that the token is not an annotation token whenAlex Lorenz2017-05-173-0/+14
* [ODRHash] Support NestedNameSpecifierRichard Trieu2017-05-171-0/+159
* [ODRHash] Support more types in the ODR checker.Richard Trieu2017-05-171-0/+72
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-173-1/+23
* Module Debug Info: Emit namespaced C++ forward decls in the correct module.Adrian Prantl2017-05-114-0/+33
* Add a test that local submodule visibility has no effect on debug infoAdrian Prantl2017-05-111-0/+5
* Make tests from r302765 windows friendlyBruno Cardoso Lopes2017-05-111-6/+6
* [Sema] Improve redefinition errors pointing to the same headerBruno Cardoso Lopes2017-05-115-0/+50
* [ODRHash] Loosen checks on typedefs.Richard Trieu2017-05-091-0/+33
* [Modules] Allow umbrella frameworks to define private submodules for subframe...Bruno Cardoso Lopes2017-05-0911-1/+46
* If we are building a module, and we read a second description of the sameRichard Smith2017-05-081-0/+5
* Add support for building modules from preprocessed source.Richard Smith2017-05-051-2/+38
* Add #pragma clang module begin/end pragmas and generate them when preprocessi...Richard Smith2017-05-043-3/+58
* [modules] Round-trip -Werror flag through explicit module build.Richard Smith2017-05-031-8/+30
* [ODRHash] Add support for array and decayed types, and parameter names and ty...Richard Trieu2017-05-021-31/+177
* clang/test/Modules/diag-flags.cpp: Appease targeting *-win32 with explicit tr...NAKAMURA Takumi2017-05-021-6/+6
* New file missed from r301846.Richard Smith2017-05-011-0/+1
* Fix initial diagnostic state setup for an explicit module with no diagnostic ...Richard Smith2017-05-012-0/+26
* Put back REQUIRES: system-darwin to fix asan bot.Richard Smith2017-05-015-5/+5
* Remove some apparently-unnecessary 'REQUIRES: system-darwin' from tests.Richard Smith2017-04-293-3/+3
* Fix "REQUIRES: system-darwin" failing tests after r301725.Richard Smith2017-04-292-4/+4
* Add pragma to perform module import and use it in -E output.Richard Smith2017-04-299-26/+67
* Adapt to LLVM API change (DINamespace no longer takes line/file info).Adrian Prantl2017-04-281-1/+1
* [ODRHash] Add testcase with different paramter names. NFCRichard Trieu2017-04-281-0/+46
* Move functionality for handling module maps as inputs from the -emit-moduleRichard Smith2017-04-281-0/+12
* [Modules] Improve diagnostics for incomplete umbrellaBruno Cardoso Lopes2017-04-277-0/+29
* clang/test/Modules/malformed-overload.m: Make sure module cache is clean.NAKAMURA Takumi2017-04-271-0/+1
* Don't hard-code "modules-cache-path" in the test.Haojian Wu2017-04-271-1/+1
* [Modules] Fix a crash-on-invalid with overloaded functionsBruno Cardoso Lopes2017-04-263-0/+14
* [Modules][ObjC] Check definition from canonical decl on designated initializersBruno Cardoso Lopes2017-04-266-0/+39
* [Modules] Fix test to wipe out the cache before using itBruno Cardoso Lopes2017-04-241-1/+1
* [modules] Properly look up the owning module for an instantiation of a merged...Richard Smith2017-04-213-0/+37
* [ODRHash] clean up test and add new examples. NFCRichard Trieu2017-04-201-124/+67
* Revert r300653 and r300650. The underlying commit fixes one issue withChandler Carruth2017-04-192-23/+0
* [modules] Properly look up the owning module for an instantiation of a merged...Richard Smith2017-04-192-0/+23
* PR30508: Downgrade error to warning if the umbrella folder doesn't exist.Vassil Vassilev2017-04-181-0/+8
* Modules: Do not serialize #pragma pack stateDuncan P. N. Exon Smith2017-04-155-59/+28
* Removing a redundant, but harmless, %s; NFC.Aaron Ballman2017-04-141-1/+1
* PR32185: Revert r291512 and add a testcase for PR32185.Richard Smith2017-04-131-2/+8
* [Modules] Enable local submodule visibility for ObjC/CBruno Cardoso Lopes2017-04-121-0/+8
* Modular Codegen: Include testing for inline asm as well as some commentary on...David Blaikie2017-04-122-0/+16
* Fix up test to handle the now split -fmodules-codegen and -fmodules-debuginfo...David Blaikie2017-04-121-2/+2
* Modular Codegen: Separate flags for function and debug info supportDavid Blaikie2017-04-125-1/+36
* Revert r300001 "Revert r298824 & r298816, recommit r298742 & r298754"Hans Wennborg2017-04-121-170/+109
* [Modules] Remove darwin specific code to check for SystemVersion.plistBruno Cardoso Lopes2017-04-121-31/+0