aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/Module.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-12-05Parse inferred submodules in module maps, track their contents inDouglas Gregor1-9/+22
2011-12-05Fix printing of wildcard exports.Douglas Gregor1-5/+14
2011-12-05Implement support for wildcard exports in modules, allowing a moduleDouglas Gregor1-0/+12
2011-12-02Implement (de-)serialization of the set of exported modules in aDouglas Gregor1-0/+25
2011-11-30Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor1-0/+91