summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/ModuleMap.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Modules] Don't swallow errors when parsing optional attributes.Davide Italiano2016-03-061-3/+8
* [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith2016-02-191-18/+11
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Fix auto-link for text-based dynamic library SDKs.Juergen Ributzka2015-11-131-3/+12
* Allow use of private headers in different sub-modules.Manuel Klimek2015-11-051-10/+3
* [modules] Remove unnecessary deserialization of fully-external HeaderFileInfo...Richard Smith2015-08-241-2/+7
* [modules] Fix HeaderFileInfo serialization to store all the known owning modu...Richard Smith2015-08-181-14/+31
* [modules] PR20507: Avoid silent textual inclusion.Sean Silva2015-08-171-3/+4
* Attempt to fix build after r244912Ben Langmuir2015-08-131-4/+7
* [Modules] Add Darwin-specific compatibility module map parsing hacksBen Langmuir2015-08-131-7/+91
* [modules] When building a dependency file, include module maps parsed in theRichard Smith2015-08-091-0/+5
* [modules] When diagnosing errors in module map files found by 'extern module'...Richard Smith2015-07-141-4/+5
* [modules] Fix "prefer own module over others" rule when selecting a module fo...Richard Smith2015-07-101-1/+1
* [Modules] Be consistent about finding a module for framework headersBen Langmuir2015-07-021-26/+18
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* [modules] When building a module, if there are multiple matches for a headerRichard Smith2015-06-221-0/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-1/+5
* [cleanup] Remove unused default argument and tidy up.Sean Silva2015-06-101-24/+6
* Remove unused defaulted argument `IncludeTextualHeaders`.Sean Silva2015-06-041-3/+2
* [modules] Retain the name as written for umbrella headers and directories, ra...Richard Smith2015-05-161-7/+13
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-30/+30
* [modules] Start moving the module visibility information off the Module itself.Richard Smith2015-05-011-3/+4
* [modules] Restrict the module use-declaration to only appear in top-levelRichard Smith2015-03-261-17/+13
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-6/+5
* When building a module, all headers of submodules can be used.Daniel Jasper2015-03-131-1/+2
* Make a module "use" also count as use of all its submodulesDaniel Jasper2015-03-131-3/+5
* [modules] This check is run before we resolve the header, not after, so justRichard Smith2015-03-101-21/+14
* [modules] Don't assert if the same header is named as both a public and aRichard Smith2015-03-091-9/+18
* Allow errors on use of a private module header to be disabled, to better supp...Richard Smith2015-02-191-3/+3
* [modules] Accept //-style comments in module maps on purpose rather than byRichard Smith2015-02-141-1/+3
* [modules] If we have a choice between including a file textually and importingRichard Smith2015-02-131-2/+17
* Inherit attributes when infering a framework moduleBen Langmuir2015-01-131-24/+23
* Remove unused method canInferFrameworkModuleBen Langmuir2015-01-131-24/+0
* Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.Richard Smith2014-12-101-15/+11
* Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."Duncan P. N. Exon Smith2014-12-091-11/+15
* [modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.Richard Smith2014-12-091-15/+11
* Try to fix the MSVC build.Hans Wennborg2014-12-021-8/+8
* [modules] Track how 'header' directives were written in module map files,Richard Smith2014-12-021-46/+63
* ModuleMap.cpp: fix Windows build, take 2Hans Wennborg2014-10-261-2/+3
* ModuleMap.cpp: fix VS2012 buildHans Wennborg2014-10-261-2/+3
* ModuleMap::addHeader(): Appease msc17.NAKAMURA Takumi2014-10-261-4/+16
* [modules] Support combining 'textual' with 'private'.Richard Smith2014-10-241-73/+59
* Refactor implementation of 'exclude header'.Richard Smith2014-10-231-16/+16
* Fix covered-switch warning.Richard Smith2014-10-231-0/+1
* [modules] Add support for 'textual header' directives.Richard Smith2014-10-221-7/+40
* [modules] Add support for #include_next.Richard Smith2014-10-201-4/+6
* Verify all the module map files for a pcm are the same on loadBen Langmuir2014-08-121-3/+13
* Refactor the module map file used for uniquing a module name out ofBen Langmuir2014-08-091-16/+30
* Fix case-sensitivity of inferred framework modulesBen Langmuir2014-07-141-0/+6
OpenPOWER on IntegriCloud