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