aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/ModuleLoader.h
AgeCommit message (Expand)Author
2013-03-20<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor
2013-02-01For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-12Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor
2012-11-29Keep track of modules that have failed to build. If we encounter anDouglas Gregor
2012-01-29Implement code completion support for module import declarations, e.g.,Douglas Gregor
2011-12-02When we treat an #include or #import as a module import, create anDouglas Gregor
2011-12-01Introduce the notion of name visibility into modules. For a givenDouglas Gregor
2011-11-30Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor
2011-11-30Switch the module-loading interfaces and parser from a simpleDouglas Gregor
2011-08-26Introduce support for a simple module import declaration, whichDouglas Gregor
2011-08-26Teach the ASTReader how to avoid cycles when loading declarations thatDouglas Gregor