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-02-08 | Teach subframework header lookup to suggest modules <rdar://problem/13176200>. | Douglas Gregor |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-10-24 | Move HeaderSearchOptions into the Lex library, make it intrusively | Douglas Gregor |
2012-10-02 | Enable programmatic provisioning of virtual module.map files (instead of writ... | Axel Naumann |
2012-09-18 | Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION ch... | Craig Topper |
2012-09-18 | Mark unimplemented copy constructors and copy assignment operators with LLVM_... | Craig Topper |
2012-07-23 | Fix a typo (the the => the) | Sylvestre Ledru |
2012-06-22 | Documentation cleanup: | James Dennett |
2012-06-20 | Documentation cleanup: escape a < character in a Doxygen comment | James Dennett |
2012-06-17 | Documentation cleanup: | James Dennett |
2012-06-13 | More doxygen/documentation cleanups. | James Dennett |
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-03-02 | Adding support for #pragma include_alias in MS compatibility mode. This impl... | Aaron Ballman |
2012-03-01 | Revert r151800, which was committed without review and has correctness issues. | Richard Smith |
2012-03-01 | Fixing a buildbot complaint about nested templates. | Aaron Ballman |
2012-03-01 | Implements support for #pragma include_alias in ms compatibility mode. Fixes... | Aaron Ballman |
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 |
2011-12-31 | Implement support for module requirements, which indicate the language | 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-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-13 | [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderF... | Argyrios Kyrtzidis |
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 | 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 |
2011-09-15 | Add an experimental flag -fauto-module-import that automatically turns | Douglas Gregor |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor |
2011-09-12 | When an import statement fails to find a module in the module cache, | Douglas Gregor |
2011-09-12 | Introduce a cc1-level option to provide the path to the module cache, | Douglas Gregor |
2011-07-28 | Introduce the "-index-header-map" option, to give special semantics | Douglas Gregor |
2011-07-26 | clang_getCXTUResourceUsage: report memory used by HeaderSearch. | Ted Kremenek |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-05-24 | Make it possible for external tools to distinguish between paths that come fr... | Nico Weber |
2011-05-04 | Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), | Douglas Gregor |
2011-04-26 | To be able to replay compilations we need to accurately remodel how | Manuel Klimek |