Age | Commit message (Expand) | Author |
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 |
2011-09-17 | When we load header file information from the external source (i.e., | Douglas Gregor |
2011-09-16 | Tweak the module auto-import heuristics a bit | 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-30 | Use the "Bar.h" -> <Foo/Bar.h> remapping for index header maps only as | Douglas Gregor |
2011-07-28 | Introduce the "-index-header-map" option, to give special semantics | Douglas Gregor |
2011-07-27 | Change HeaderSearch::getTotalMemory() to use llvm::capacity_in_bytes(). | Ted Kremenek |
2011-07-26 | clang_getCXTUResourceUsage: report memory used by HeaderSearch. | Ted Kremenek |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-08 | Fix up dependency file name printing to more closely match that of gcc, inclu... | Eli Friedman |
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-29 | Use DirectoryLookup::getName() rather than getDir()->getName() in a context w... | Douglas Gregor |
2011-04-26 | To be able to replay compilations we need to accurately remodel how | Manuel Klimek |
2011-03-16 | Having FileManager::getFile always open the file, brought much consternation ... | Argyrios Kyrtzidis |
2011-03-16 | Add a 'RawPath' parameter to the PPCallbacks interface. This allows | Chandler Carruth |
2011-02-10 | Implement two related optimizations that make de-serialization of | Douglas Gregor |
2011-01-10 | Replace all uses of PathV1::exists with PathV2::fs::exists. | Michael J. Spencer |
2010-12-17 | Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. | Michael J. Spencer |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-23 | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner |