| Commit message (Expand) | Author | Age | Files | Lines |
* | Preload module maps in normal user directories, too. | Douglas Gregor | 2013-11-01 | 1 | -3/+2 |
* | Use the same SourceManager for ModuleMaps and compilations. | Manuel Klimek | 2013-10-24 | 1 | -3/+3 |
* | Allow a header to be part of multiple modules. | Daniel Jasper | 2013-10-22 | 1 | -32/+29 |
* | Add -fmodule-map-file option. | Daniel Jasper | 2013-09-24 | 1 | -7/+29 |
* | Module use declarations (II) | Daniel Jasper | 2013-09-24 | 1 | -0/+1 |
* | [Modules] If a module map resides in a system header directory, treat it as a... | Douglas Gregor | 2013-06-21 | 1 | -19/+24 |
* | This patch adds new private headers to the module map. Private | Lawrence Crowl | 2013-06-20 | 1 | -10/+10 |
* | [Modules] Make r180934 more efficient by only loading top-level module maps i... | Douglas Gregor | 2013-05-10 | 1 | -0/+14 |
* | [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback. | Argyrios Kyrtzidis | 2013-05-08 | 1 | -7/+0 |
* | [modules] When building a module, make sure we don't serialize out HeaderFile... | Argyrios Kyrtzidis | 2013-05-08 | 1 | -1/+3 |
* | <rdar://problem/13037793> Allow the names of modules to differ from the name ... | Douglas Gregor | 2013-03-21 | 1 | -8/+31 |
* | [Modules] Don't eagerly load and associate all the module header files. | Argyrios Kyrtzidis | 2013-03-13 | 1 | -2/+16 |
* | Remove unused static variable. | Douglas Gregor | 2013-03-05 | 1 | -4/+0 |
* | Teach subframework header lookup to suggest modules <rdar://problem/13176200>. | Douglas Gregor | 2013-02-08 | 1 | -1/+22 |
* | <limits.h> includes <linux/limits.h> on Linux, no need to special-case it | Dmitri Gribenko | 2013-01-26 | 1 | -3/+1 |
* | Since we're stuck with realpath for the header <-> module mapping, | Douglas Gregor | 2013-01-26 | 1 | -6/+5 |
* | Fix compilation on Linux, which defines PATH_MAX in a weird place, | Douglas Gregor | 2013-01-22 | 1 | -0/+5 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -4/+4 |
* | Rework the realpath nonsense for framework lookups to deal more | Douglas Gregor | 2013-01-10 | 1 | -97/+117 |
* | Return true from HeaderSearch::isFileMultipleIncludeGuarded if the file | Argyrios Kyrtzidis | 2012-12-10 | 1 | -1/+2 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -5/+5 |
* | Introduce inferred framework modules into the module map file, | Douglas Gregor | 2012-11-06 | 1 | -1/+27 |
* | Move HeaderSearchOptions into the Lex library, make it intrusively | Douglas Gregor | 2012-10-24 | 1 | -2/+4 |
* | Under certain terrible circumstances (<rdar://problem/10805775>), | Douglas Gregor | 2012-09-25 | 1 | -0/+13 |
* | Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION ch... | Craig Topper | 2012-09-18 | 1 | -1/+1 |
* | When the header file search resolves a quoted include to a file in the | Douglas Gregor | 2012-08-13 | 1 | -5/+13 |
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
* | Documentation cleanup: | James Dennett | 2012-06-20 | 1 | -8/+4 |
* | Rename a loop variable to silence a gcc warning. | Richard Trieu | 2012-06-13 | 1 | -3/+3 |
* | Add -isystem-prefix and -ino-system-prefix arguments, which can be used to | Richard Smith | 2012-06-13 | 1 | -0/+10 |
* | [Lex] Add support for 'user specified system frameworks' (see test case). | Daniel Dunbar | 2012-04-05 | 1 | -7/+30 |
* | [Lex] HeaderSearch: Introduce a FrameworkCacheEntry structure to hold the Fra... | Daniel Dunbar | 2012-04-05 | 1 | -13/+11 |
* | Simplify. | Daniel Dunbar | 2012-04-05 | 1 | -2/+1 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -15/+15 |
* | Thread a TargetInfo through to the module map; we'll need it for | Douglas Gregor | 2012-01-30 | 1 | -2/+7 |
* | Implement code completion support for module import declarations, e.g., | Douglas Gregor | 2012-01-29 | 1 | -0/+55 |
* | Rework HeaderSearch's interface for getting a module from a name and | Douglas Gregor | 2012-01-29 | 1 | -96/+71 |
* | Introduce module attributes into the module map grammar, along with a | Douglas Gregor | 2012-01-27 | 1 | -5/+11 |
* | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 1 | -2/+0 |
* | When inferring a module for a framework, first determine whether that | Douglas Gregor | 2012-01-13 | 1 | -3/+44 |
* | Implement support for module requirements, which indicate the language | Douglas Gregor | 2011-12-31 | 1 | -4/+5 |
* | When performing subframework header lookup, don't search for | Douglas Gregor | 2011-12-09 | 1 | -3/+7 |
* | Move a free function from the Frontend library into the Lex library as | Chandler Carruth | 2011-12-09 | 1 | -0/+23 |
* | Keep track of import dependencies between submodules within the module | Douglas Gregor | 2011-12-08 | 1 | -13/+5 |
* | Make sure we pick up module_private.map when loading a module.map file. | Douglas Gregor | 2011-12-07 | 1 | -1/+10 |
* | Implement basic support for private headers in frameworks. In essence, | Douglas Gregor | 2011-12-07 | 1 | -5/+23 |
* | When inferring a module map for a framework, infer subframework | Douglas Gregor | 2011-12-06 | 1 | -1/+1 |
* | When suggesting a module import for a #include or #import, suggest the | Douglas Gregor | 2011-12-06 | 1 | -6/+3 |
* | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor | 2011-11-30 | 1 | -13/+13 |
* | When attempting to load a module that is not in the module cache, | Douglas Gregor | 2011-11-28 | 1 | -48/+27 |