summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Use 'nullptr'.Craig Topper2014-05-081-6/+6
* Do not print inferred submodules explicitly in __inferred_module.mapBen Langmuir2014-04-231-4/+6
* Initialize clang::Module::IsMissingRequirement. Fix msan issue and hopefully ...Richard Smith2014-04-211-6/+6
* Fix a hole with nested unavailable submodules from r206664Ben Langmuir2014-04-181-3/+4
* Don't build modules with (submodules with) missing headersBen Langmuir2014-04-181-0/+5
* Add more constness to module-related APIsDmitri Gribenko2014-04-181-1/+1
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-141-2/+2
* Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'Richard Smith2014-03-081-0/+2
* Add [extern_c] attribute for modules, allowing a C module to be imported with...Richard Smith2014-03-021-4/+3
* Modules: Don't warn upon missing headers while reading the module map.Daniel Jasper2013-12-171-1/+5
* Include non-explicit submodules in exported module listDmitri Gribenko2013-11-041-0/+10
* Simplify computation of visible module set.Richard Smith2013-11-011-14/+5
* Clang modules: collect exports recursivelyDmitri Gribenko2013-10-311-9/+17
* Allow a new syntax in a module requires-declaration:Richard Smith2013-10-281-11/+17
* Module use declarations (II)Daniel Jasper2013-09-241-0/+14
* When we perform dependent name lookup during template instantiation, it's notRichard Smith2013-07-251-0/+18
* Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specify...Craig Topper2013-07-081-2/+2
* This patch adds new private headers to the module map. PrivateLawrence Crowl2013-06-201-2/+9
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-201-0/+18
* Make sure that Module::ConfigMacrosExhaustive gets initialized and deserializ...Douglas Gregor2013-03-201-3/+4
* <rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor2013-03-201-1/+13
* [Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis2013-03-131-0/+14
* [modules] Refactor code from ASTReader::makeModuleVisible() into a new function,Argyrios Kyrtzidis2013-02-191-0/+53
* Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor2013-01-141-0/+10
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-6/+6
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* Introduce the notion of excluded headers into the module mapDouglas Gregor2012-10-151-0/+7
* In the Module class, add a reference to the corresponding AST file.Argyrios Kyrtzidis2012-09-291-2/+2
* Back out my heinous hack that tricked the module generation mechanismDouglas Gregor2012-02-021-0/+2
* Introduce TargetInfo::hasFeature() to query various feature names inDouglas Gregor2012-01-301-1/+5
* Thread a TargetInfo through to the module map; we'll need it forDouglas Gregor2012-01-301-5/+8
* Introduce module attributes into the module map grammar, along with aDouglas Gregor2012-01-271-4/+11
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-1/+0
* Store the submodules of a module in source order, as they are storedDouglas Gregor2012-01-041-10/+33
* Implement support for module requirements, which indicate the languageDouglas Gregor2011-12-311-0/+74
* Tweak the syntax of umbrella headers, so that "umbrella" is treated asDouglas Gregor2011-12-081-1/+6
* Within the module representation, generalize the notion of an umbrellaDouglas Gregor2011-12-081-1/+8
* Parse inferred submodules in module maps, track their contents inDouglas Gregor2011-12-051-9/+22
* Fix printing of wildcard exports.Douglas Gregor2011-12-051-5/+14
* Implement support for wildcard exports in modules, allowing a moduleDouglas Gregor2011-12-051-0/+12
* Implement (de-)serialization of the set of exported modules in aDouglas Gregor2011-12-021-0/+25
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-301-0/+91
OpenPOWER on IntegriCloud