| Age | Commit message (Expand) | Author |
| 2013-01-25 | Rename the -cc1 option "-generate-module-index" to | Douglas Gregor |
| 2013-01-24 | clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(f... | NAKAMURA Takumi |
| 2013-01-24 | clang/test/Modules/global_index.m: XFAILing on win32 when investigating for now. | NAKAMURA Takumi |
| 2013-01-23 | Implement the writer side of the global module index. | Douglas Gregor |
| 2013-01-23 | [PCH] Temporarily disable the "ambiguous macro" warning that is currently bog... | Argyrios Kyrtzidis |
| 2013-01-17 | Add a comment for Daniel | Douglas Gregor |
| 2013-01-17 | [IRgen] Update modules autolink metadata to use module flags (as now specified | Daniel Dunbar |
| 2013-01-17 | clang/test/Modules/compiler_builtins.m: Mark this as XFAIL:win32 for now. Inv... | NAKAMURA Takumi |
| 2013-01-17 | Treat hidden Objective-C protocol definitions as if they were | Douglas Gregor |
| 2013-01-16 | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor |
| 2013-01-16 | Teach global selector lookup to ignore hidden methods, which occur | Douglas Gregor |
| 2013-01-16 | Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that | Douglas Gregor |
| 2013-01-14 | Topologically sort the link options generated for modules based on | Douglas Gregor |
| 2013-01-14 | When forming the link options for an imported module, also include the | Douglas Gregor |
| 2013-01-14 | Switch autolinking metadata format over to actual linker options, e.g., | 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 | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor |
| 2013-01-09 | When name lookup for a redeclaration finds declarations that are known | Douglas Gregor |
| 2013-01-04 | Add the module name to the 'incomplete umbrella header' warning. | Douglas Gregor |
| 2013-01-04 | Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525> | Douglas Gregor |
| 2012-12-12 | clang/test: Suppress two tests on win32 for now, since, not sure, in r169829 ... | NAKAMURA Takumi |
| 2012-12-11 | Don't use 'touch' in this test; it may be the cause of Windows-related failures. | Douglas Gregor |
| 2012-12-11 | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor |
| 2012-12-05 | Fix an egregiously broken test. This pattern doesn't work: | Richard Smith |
| 2012-12-05 | test/Modules/build-fail-notes.m: Tweak to unbreak Win32 hosts to relax expres... | NAKAMURA Takumi |
| 2012-12-05 | PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to be | Richard Smith |
| 2012-11-30 | Fix test for Windows path separators | Douglas Gregor |
| 2012-11-30 | Teach the serialized diagnostic writer to clone() itself, sharing | Douglas Gregor |
| 2012-11-30 | When we're emitting a diagnostic with a source location in an imported | Douglas Gregor |
| 2012-11-30 | When an error occurs while building a module on demand, provide "While | Douglas Gregor |
| 2012-11-29 | Keep track of modules that have failed to build. If we encounter an | Douglas Gregor |
| 2012-11-15 | If an excluded header does not exist, just ignore it | Douglas Gregor |
| 2012-11-07 | When loading a module fails because it is out of date, rebuild that | Douglas Gregor |
| 2012-11-06 | Introduce inferred framework modules into the module map file, | Douglas Gregor |
| 2012-11-05 | Have the parser initialize Sema before it consumes the first | Douglas Gregor |
| 2012-11-05 | Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>. | Douglas Gregor |
| 2012-10-25 | Correct test inovocations to use %clang_cc1 rather than direct invocation (so... | David Tweed |
| 2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
| 2012-10-15 | Introduce the notion of excluded headers into the module map | Douglas Gregor |
| 2012-10-12 | Add missing header from 165821 | Douglas Gregor |
| 2012-10-12 | Sanitize the names of modules determined based on the names of headers | Douglas Gregor |
| 2012-10-12 | Track which particular submodule #undef's a macro, so that the actual | Douglas Gregor |
| 2012-10-11 | Diagnose the expansion of ambiguous macro definitions. This can happen | Douglas Gregor |
| 2012-10-11 | Deserialize macro history when we deserialize an identifier that has | Douglas Gregor |
| 2012-10-09 | Rework the (de-)serialization of macros, as stored in | Douglas Gregor |
| 2012-10-09 | When we load a function or method body from an AST file, we check | Douglas Gregor |
| 2012-10-02 | Add redecls into their lexical DeclContext: this is what they assert on, and ... | Axel Naumann |
| 2012-10-02 | Only those InterestingDecls that got added to the AST should be passed to the... | Axel Naumann |
| 2012-10-02 | Merge pending instantiations instead of overwriting existing ones. | Axel Naumann |