Age | Commit message (Expand) | Author |
2013-03-21 | <rdar://problem/13037793> Allow the names of modules to differ from the name ... | Douglas Gregor |
2013-03-13 | [Modules] Don't eagerly load and associate all the module header files. | Argyrios Kyrtzidis |
2013-03-05 | Remove unused static variable. | Douglas Gregor |
2013-02-08 | Teach subframework header lookup to suggest modules <rdar://problem/13176200>. | Douglas Gregor |
2013-01-26 | <limits.h> includes <linux/limits.h> on Linux, no need to special-case it | Dmitri Gribenko |
2013-01-26 | Since we're stuck with realpath for the header <-> module mapping, | Douglas Gregor |
2013-01-22 | Fix compilation on Linux, which defines PATH_MAX in a weird place, | Douglas Gregor |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-10 | Rework the realpath nonsense for framework lookups to deal more | Douglas Gregor |
2012-12-10 | Return true from HeaderSearch::isFileMultipleIncludeGuarded if the file | Argyrios Kyrtzidis |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-06 | Introduce inferred framework modules into the module map file, | Douglas Gregor |
2012-10-24 | Move HeaderSearchOptions into the Lex library, make it intrusively | Douglas Gregor |
2012-09-25 | Under certain terrible circumstances (<rdar://problem/10805775>), | Douglas Gregor |
2012-09-18 | Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION ch... | Craig Topper |
2012-08-13 | When the header file search resolves a quoted include to a file in the | Douglas Gregor |
2012-07-23 | Fix a typo (the the => the) | Sylvestre Ledru |
2012-06-20 | Documentation cleanup: | James Dennett |
2012-06-13 | Rename a loop variable to silence a gcc warning. | Richard Trieu |
2012-06-13 | Add -isystem-prefix and -ino-system-prefix arguments, which can be used to | Richard Smith |
2012-04-05 | [Lex] Add support for 'user specified system frameworks' (see test case). | Daniel Dunbar |
2012-04-05 | [Lex] HeaderSearch: Introduce a FrameworkCacheEntry structure to hold the Fra... | Daniel Dunbar |
2012-04-05 | Simplify. | Daniel Dunbar |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-01-30 | Thread a TargetInfo through to the module map; we'll need it for | Douglas Gregor |
2012-01-29 | Implement code completion support for module import declarations, e.g., | Douglas Gregor |
2012-01-29 | Rework HeaderSearch's interface for getting a module from a name and | Douglas Gregor |
2012-01-27 | Introduce module attributes into the module map grammar, along with a | Douglas Gregor |
2012-01-17 | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie |
2012-01-13 | When inferring a module for a framework, first determine whether that | Douglas Gregor |
2011-12-31 | Implement support for module requirements, which indicate the language | Douglas Gregor |
2011-12-09 | When performing subframework header lookup, don't search for | Douglas Gregor |
2011-12-09 | Move a free function from the Frontend library into the Lex library as | Chandler Carruth |
2011-12-08 | Keep track of import dependencies between submodules within the module | Douglas Gregor |
2011-12-07 | Make sure we pick up module_private.map when loading a module.map file. | Douglas Gregor |
2011-12-07 | Implement basic support for private headers in frameworks. In essence, | Douglas Gregor |
2011-12-06 | When inferring a module map for a framework, infer subframework | Douglas Gregor |
2011-12-06 | When suggesting a module import for a #include or #import, suggest the | Douglas Gregor |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-28 | When attempting to load a module that is not in the module cache, | Douglas Gregor |
2011-11-20 | Allow preprocessor callbacks to recover from a "file not found" error, | Douglas Gregor |
2011-11-17 | When making a suggestion regarding which module to load rather than | Douglas Gregor |
2011-11-17 | When we're loading a framework header, first try to turn the framework | Douglas Gregor |
2011-11-16 | Add support for building a module from a module map to the -cc1 | Douglas Gregor |
2011-11-12 | Implement a minor optimization when loading module maps to satisfy a | Douglas Gregor |
2011-11-12 | When searching for a module, speculatively load module maps to see if | Douglas Gregor |
2011-11-11 | Teach the search for modules to consider modules described by a module | Douglas Gregor |
2011-11-11 | Wire up the mapping from header files mentioned in module maps over to | Douglas Gregor |
2011-11-11 | Introduce basic support for parsing module map files. | Douglas Gregor |
2011-11-11 | I predict that HeaderSearch will need the ability to generate | Douglas Gregor |