Age | Commit message (Expand) | Author |
2012-11-15 | If an excluded header does not exist, just ignore it | Douglas Gregor |
2012-11-06 | Remove C++11-isms I just introduced in r167482 | Douglas Gregor |
2012-11-06 | Introduce inferred framework modules into the module map file, | Douglas Gregor |
2012-10-23 | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor |
2012-10-15 | Teach TargetInfo to hold on to the TargetOptions with which it was | Douglas Gregor |
2012-10-15 | Introduce the notion of excluded headers into the module map | Douglas Gregor |
2012-10-12 | Sanitize the names of modules determined based on the names of headers | Douglas Gregor |
2012-10-05 | [Modules] Introduce Module::TopHeaders which is a set of top-level headers | Argyrios Kyrtzidis |
2012-09-27 | Following up on r164620, cope with symlinking from an embedded | Douglas Gregor |
2012-03-29 | Make ModuleMapParser own its TargetInfo, so it doesn't get leaked. | Benjamin Kramer |
2012-03-06 | User-defined literals: reject string and character UDLs in all places where the | Richard Smith |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-02-06 | Move instantiateTemplateAttribute into the sema namespace, make helpers static. | Benjamin Kramer |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-02 | Back out my heinous hack that tricked the module generation mechanism | Douglas Gregor |
2012-01-30 | Thread a TargetInfo through to the module map; we'll need it for | 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 | Don't infer a submodule for a framework's private header, at least for now. | Douglas Gregor |
2012-01-13 | Revert previous commit. Something has gone wonky with my local configuration | Douglas Gregor |
2012-01-13 | When inferring a module map for a framework, add the 'private' | Douglas Gregor |
2012-01-06 | When inferring a submodule ID during module creation, look up the | Douglas Gregor |
2012-01-05 | If we already have a definition for a top-level module that we deserialized f... | Douglas Gregor |
2012-01-04 | Store the submodules of a module in source order, as they are stored | Douglas Gregor |
2011-12-31 | Implement support for module requirements, which indicate the language | Douglas Gregor |
2011-12-12 | Set umbrella directory correctly when we infer a framework module | Douglas Gregor |
2011-12-09 | Implement the notion of umbrella directories, which implicity cover | Douglas Gregor |
2011-12-08 | Implement umbrella directories for modules, which are similar to | Douglas Gregor |
2011-12-08 | Tweak the syntax of umbrella headers, so that "umbrella" is treated as | Douglas Gregor |
2011-12-08 | Within the module representation, generalize the notion of an umbrella | Douglas Gregor |
2011-12-08 | Convert paths to native format before constructing a | Douglas Gregor |
2011-12-07 | Implement inference for the "Private" submodule corresponding to | Douglas Gregor |
2011-12-07 | Implement basic support for private headers in frameworks. In essence, | Douglas Gregor |
2011-12-06 | Remove misleading error message | Douglas Gregor |
2011-12-06 | When inferring a module map for a framework, infer subframework | Douglas Gregor |
2011-12-06 | Allow inferred submodules for any (sub)module that has an umbrella header | Douglas Gregor |
2011-12-06 | Implement modules support for subframeworks (aka embedded | Douglas Gregor |
2011-12-06 | Minor tweak to prepare for submodules with umbrella headers. No actual | Douglas Gregor |
2011-12-06 | Implement inferred submodules support, which (when requested) | Douglas Gregor |
2011-12-05 | Parse inferred submodules in module maps, track their contents in | Douglas Gregor |
2011-12-05 | Inferred framework modules automatically export anything they import | Douglas Gregor |
2011-12-05 | Implement support for wildcard exports in modules, allowing a module | Douglas Gregor |
2011-12-05 | When writing a module file, keep track of the set of (sub)modules that | Douglas Gregor |
2011-12-02 | Implementing parsing and resolution of module export declarations | Douglas Gregor |
2011-11-30 | Unbreak build with GCC. Clang is too lame to diagnose this particular ill-for... | Douglas Gregor |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-30 | Implement (de-)serialization of the description of a module and its | Douglas Gregor |
2011-11-30 | Use raw_ostream::indent. | Benjamin Kramer |
2011-11-30 | Switch the module map printer over to | Douglas Gregor |
2011-11-29 | Escape strings when printing module maps, for silly operating systems | Douglas Gregor |