| Age | Commit message (Expand) | Author |
| 2013-12-20 | Enable layering check in unavailable modules. | Daniel Jasper |
| 2013-12-17 | Modules: Don't warn upon missing headers while reading the module map. | Daniel Jasper |
| 2013-12-16 | Revert "Modules: Make missing headers in a module.map a warning not an error." | Daniel Jasper |
| 2013-12-16 | Modules: Make missing headers in a module.map a warning not an error. | Daniel Jasper |
| 2013-12-11 | Modules: Let -fmodules-decluse ignore headers that aren't in a module | Daniel Jasper |
| 2013-12-06 | Allow string literals as module names. | Daniel Jasper |
| 2013-10-28 | Allow a new syntax in a module requires-declaration: | Richard Smith |
| 2013-10-24 | Use the same SourceManager for ModuleMaps and compilations. | Manuel Klimek |
| 2013-10-22 | Allow a header to be part of multiple modules. | Daniel Jasper |
| 2013-09-24 | Fix uninitialized value bug discovered buy msan buildbot. | Daniel Jasper |
| 2013-09-24 | Module use declarations (II) | Daniel Jasper |
| 2013-09-11 | Simplify code with the in place path::native. No functionality change. | Benjamin Kramer |
| 2013-09-11 | Support for modular module-map-files | Daniel Jasper |
| 2013-06-28 | Use the multiple argument form of path::append. | Benjamin Kramer |
| 2013-06-21 | [Modules] If a module map resides in a system header directory, treat it as a... | Douglas Gregor |
| 2013-06-20 | This patch adds new private headers to the module map. Private | Lawrence Crowl |
| 2013-06-11 | Include Path.h instead of PathV2.h. | Rafael Espindola |
| 2013-05-10 | [Modules] Make r180934 more efficient by only loading top-level module maps i... | Douglas Gregor |
| 2013-05-08 | [modules] When building a module, make sure we don't serialize out HeaderFile... | Argyrios Kyrtzidis |
| 2013-05-03 | When building a module, forward diagnostics to the outer diagnostic consumer. | Douglas Gregor |
| 2013-05-02 | When looking for the module associated with one of our magical builtin header... | Douglas Gregor |
| 2013-03-20 | <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a... | Douglas Gregor |
| 2013-03-20 | <rdar://problem/10796651> Introduce configuration macros into module maps. | Douglas Gregor |
| 2013-03-13 | [Modules] Don't eagerly load and associate all the module header files. | Argyrios Kyrtzidis |
| 2013-03-13 | [Modules] Resolve top-headers of modules lazily. | Argyrios Kyrtzidis |
| 2013-02-19 | [modules] Const'ify some functions of ModuleMap. | Argyrios Kyrtzidis |
| 2013-02-08 | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose |
| 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-14 | Infer "link" lines for top-level frameworks. Essentially, a framework | Douglas Gregor |
| 2013-01-14 | Implement parsing, AST, (de-)serialization, and placeholder global | 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 |
| 2013-01-04 | realpath'ify the mapping from header includes to module imports. | Douglas Gregor |
| 2012-12-20 | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling |
| 2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
| 2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
| 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 |