summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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