summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/ModuleLoader.h
Commit message (Expand)AuthorAgeFilesLines
* Add #pragma clang module build/endbuild pragmas for performing a module buildRichard Smith2017-06-091-0/+34
* Revert r288626, which reverts r288449. Original commit message:Richard Smith2016-12-061-6/+19
* Revert "Recover better from an incompatible .pcm file being provided by -fmod...Daniel Jasper2016-12-041-19/+6
* Recover better from an incompatible .pcm file being provided by -fmodule-file=.Richard Smith2016-12-021-6/+19
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [modules] Start moving the module visibility information off the Module itself.Richard Smith2015-05-011-2/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Quick fix for layering that broke shared library build.John Thompson2014-04-231-1/+8
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-1/+28
* [modules] If we hit a failure while loading a PCH/module, abort parsing inste...Argyrios Kyrtzidis2013-05-241-0/+4
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-201-1/+2
* For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis2013-02-011-1/+2
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+1
* Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor2013-01-121-0/+4
* Keep track of modules that have failed to build. If we encounter anDouglas Gregor2012-11-291-5/+27
* Implement code completion support for module import declarations, e.g.,Douglas Gregor2012-01-291-1/+2
* When we treat an #include or #import as a module import, create anDouglas Gregor2011-12-021-1/+6
* Introduce the notion of name visibility into modules. For a givenDouglas Gregor2011-12-011-2/+7
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-301-8/+4
* Switch the module-loading interfaces and parser from a simpleDouglas Gregor2011-11-301-5/+8
* Introduce support for a simple module import declaration, whichDouglas Gregor2011-08-261-0/+55
* Teach the ASTReader how to avoid cycles when loading declarations thatDouglas Gregor2011-08-261-0/+0