| Commit message (Expand) | Author | Age | Files | Lines |
| * | If an unimported submodule of an imported module contains a declaration of a | Richard Smith | 2013-07-14 | 4 | -0/+22 |
| * | Add 'not' to commands that are expected to fail. | Rafael Espindola | 2013-07-04 | 7 | -10/+10 |
| * | Fix deserializing of class template partial specializations. Assign sequence | Richard Smith | 2013-06-25 | 5 | -12/+36 |
| * | Check for matching template-parameter-lists when merging template declarations. | Richard Smith | 2013-06-24 | 3 | -0/+34 |
| * | Avoid adding entries to the DeclContext lookup table multiple times when lazily | Richard Smith | 2013-06-24 | 1 | -4/+0 |
| * | Slightly improve cross-module merging for function templates. | Richard Smith | 2013-06-24 | 4 | -0/+61 |
| * | [Modules] If a module map resides in a system header directory, treat it as a... | Douglas Gregor | 2013-06-21 | 3 | -0/+13 |
| * | Add test header missing from r184504. | Douglas Gregor | 2013-06-21 | 1 | -0/+3 |
| * | When building a module, keep *all* declared methods in the global method pool. | Douglas Gregor | 2013-06-21 | 3 | -0/+9 |
| * | Test files for private header patch. | Lawrence Crowl | 2013-06-20 | 15 | -0/+127 |
| * | Suffixing #pragma comment(lib) library names with .lib if necessary. This ma... | Aaron Ballman | 2013-05-24 | 1 | -1/+1 |
| * | User correct case for 'FileCheck'. | Argyrios Kyrtzidis | 2013-05-24 | 1 | -1/+1 |
| * | [modules] If we hit a failure while loading a PCH/module, abort parsing inste... | Argyrios Kyrtzidis | 2013-05-24 | 1 | -0/+26 |
| * | Add arm_neon.h to the builtin intrinsics module map. | Douglas Gregor | 2013-05-20 | 1 | -0/+6 |
| * | Fix broken test | Douglas Gregor | 2013-05-20 | 1 | -1/+1 |
| * | Add -Wincomplete-module, which detects when a header is included from a modul... | Douglas Gregor | 2013-05-20 | 4 | -0/+12 |
| * | clang/test/Modules/self-import-header/test.m: Add explicit -target. | NAKAMURA Takumi | 2013-05-16 | 1 | -0/+1 |
| * | improve of note message and minor refactoring of my last | Fariborz Jahanian | 2013-05-15 | 1 | -1/+1 |
| * | Objective-C [diagnostics] [QOI], when method is not | Fariborz Jahanian | 2013-05-14 | 1 | -0/+1 |
| * | [modules] When building a module, make sure we don't serialize out HeaderFile... | Argyrios Kyrtzidis | 2013-05-08 | 6 | -0/+22 |
| * | Forward #pragma comment(lib/linker) through as flags metadata | Reid Kleckner | 2013-05-08 | 1 | -1/+1 |
| * | Remove forward slashes from check; should unbreak Windows buildbots. | Douglas Gregor | 2013-05-06 | 1 | -1/+1 |
| * | When building a module, forward diagnostics to the outer diagnostic consumer. | Douglas Gregor | 2013-05-03 | 5 | -2/+46 |
| * | When looking for the module associated with one of our magical builtin header... | Douglas Gregor | 2013-05-02 | 4 | -3/+19 |
| * | [Modules] Fix an issue where the reconstructed redeclaration chain was incomp... | Argyrios Kyrtzidis | 2013-04-26 | 4 | -0/+33 |
| * | Avoid names like __in that conflict with SAL in builtin headers | Reid Kleckner | 2013-04-19 | 1 | -1/+0 |
| * | Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. | Andy Gibbs | 2013-04-17 | 18 | -94/+84 |
| * | [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. | Daniel Dunbar | 2013-04-16 | 1 | -1/+5 |
| * | Make sure we have the include paths we need | Douglas Gregor | 2013-04-12 | 1 | -3/+3 |
| * | <rdar://problem/13615607> Include SDK version information in the module hash. | Douglas Gregor | 2013-04-12 | 1 | -0/+32 |
| * | Add a module testcase with a using declaration. | Rafael Espindola | 2013-04-05 | 3 | -2/+12 |
| * | Add hasExternalLinkageUncached back with the test that Richard provided, but | Rafael Espindola | 2013-04-04 | 4 | -0/+18 |
| * | <rdar://problem/13560075> Teach name lookup for builtin names to find hidden ... | Douglas Gregor | 2013-04-03 | 4 | -0/+30 |
| * | [preprocessor] Allow comparing two macro definitions syntactically instead of... | Argyrios Kyrtzidis | 2013-04-03 | 3 | -0/+5 |
| * | [modules] If a submodule has re-definitions of the same macro, only the last ... | Argyrios Kyrtzidis | 2013-04-03 | 1 | -2/+2 |
| * | [modules] Make sure enabled diagnostic pragmas inside the module don't affect... | Argyrios Kyrtzidis | 2013-03-27 | 3 | -0/+20 |
| * | <rdar://problem/13509689> Introduce -module-file-info option that provides in... | Douglas Gregor | 2013-03-27 | 1 | -0/+34 |
| * | [modules] Re-enable the "ambiguous expansion of macro" warning. | Argyrios Kyrtzidis | 2013-03-27 | 1 | -14/+14 |
| * | Remove local path from test. | Douglas Gregor | 2013-03-25 | 1 | -2/+2 |
| * | Use xargs rather than | Douglas Gregor | 2013-03-25 | 1 | -2/+2 |
| * | Use 'touch -t', which both BSD and Linux support. | Douglas Gregor | 2013-03-25 | 1 | -4/+4 |
| * | <rdar://problem/13434605> Periodically prune the module cache so that it does... | Douglas Gregor | 2013-03-25 | 1 | -0/+46 |
| * | <rdar://problem/13479214> Make Clang's <stddef.h> robust against system heade... | Douglas Gregor | 2013-03-22 | 4 | -0/+24 |
| * | <rdar://problem/13477190> Give the Clang module cache directory some structur... | Douglas Gregor | 2013-03-21 | 1 | -1/+1 |
| * | <rdar://problem/13037793> Allow the names of modules to differ from the name ... | Douglas Gregor | 2013-03-21 | 6 | -6/+19 |
| * | <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a... | Douglas Gregor | 2013-03-20 | 4 | -0/+19 |
| * | <rdar://problem/10796651> Introduce configuration macros into module maps. | Douglas Gregor | 2013-03-20 | 3 | -0/+40 |
| * | <rdar://problem/13363214> Eliminate race condition between module rebuild and... | Douglas Gregor | 2013-03-19 | 3 | -6/+15 |
| * | Ensure that the identifier chains have the most recent declaration after modu... | Douglas Gregor | 2013-02-18 | 4 | -1/+30 |
| * | Change this comment to helpfully explain why it's there. | Nick Lewycky | 2013-02-13 | 1 | -1/+2 |