| Commit message (Expand) | Author | Age | Files | Lines |
* | <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 |
* | Allow preprocessor callbacks to recover from a "file not found" error, | Douglas Gregor | 2011-11-20 | 1 | -2/+3 |
* | When making a suggestion regarding which module to load rather than | Douglas Gregor | 2011-11-17 | 1 | -11/+11 |
* | When we're loading a framework header, first try to turn the framework | Douglas Gregor | 2011-11-17 | 1 | -6/+42 |
* | Add support for building a module from a module map to the -cc1 | Douglas Gregor | 2011-11-16 | 1 | -0/+40 |
* | Implement a minor optimization when loading module maps to satisfy a | Douglas Gregor | 2011-11-12 | 1 | -14/+22 |
* | When searching for a module, speculatively load module maps to see if | Douglas Gregor | 2011-11-12 | 1 | -40/+75 |
* | Teach the search for modules to consider modules described by a module | Douglas Gregor | 2011-11-11 | 1 | -1/+11 |
* | Wire up the mapping from header files mentioned in module maps over to | Douglas Gregor | 2011-11-11 | 1 | -3/+5 |
* | Introduce basic support for parsing module map files. | Douglas Gregor | 2011-11-11 | 1 | -1/+91 |
* | I predict that HeaderSearch will need the ability to generate | Douglas Gregor | 2011-11-11 | 1 | -2/+3 |
* | When we load header file information from the external source (i.e., | Douglas Gregor | 2011-09-17 | 1 | -8/+28 |
* | Tweak the module auto-import heuristics a bit | Douglas Gregor | 2011-09-16 | 1 | -1/+2 |
* | Add an experimental flag -fauto-module-import that automatically turns | Douglas Gregor | 2011-09-15 | 1 | -9/+33 |
* | For modules, use a hash of the compiler version, language options, and | Douglas Gregor | 2011-09-13 | 1 | -3/+12 |