| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing header from r174648 | Douglas Gregor | 2013-02-07 | 1 | -0/+3 |
| * | Retain all hidden methods in the global method pool, because they may become ... | Douglas Gregor | 2013-02-07 | 3 | -0/+6 |
| * | Fix handling of module imports adding names to a DeclContext after qualified | Richard Smith | 2013-02-07 | 2 | -0/+14 |
| * | Detect when we end up trying to load conflicting module files. | Douglas Gregor | 2013-02-06 | 2 | -0/+12 |
| * | Merge "special" types from different modules in the AST reader. | Douglas Gregor | 2013-02-01 | 2 | -0/+5 |
| * | Treat hidden Objective-C protocol definitions as if they were | Douglas Gregor | 2013-01-17 | 3 | -0/+18 |
| * | Rework the traversal of Objective-C categories and extensions to | Douglas Gregor | 2013-01-16 | 4 | -0/+27 |
| * | Teach global selector lookup to ignore hidden methods, which occur | Douglas Gregor | 2013-01-16 | 3 | -0/+14 |
| * | When forming the link options for an imported module, also include the | Douglas Gregor | 2013-01-14 | 1 | -0/+0 |
| * | Infer "link" lines for top-level frameworks. Essentially, a framework | Douglas Gregor | 2013-01-14 | 2 | -0/+0 |
| * | Implement parsing, AST, (de-)serialization, and placeholder global | Douglas Gregor | 2013-01-14 | 4 | -0/+18 |
| * | When name lookup for a redeclaration finds declarations that are known | Douglas Gregor | 2013-01-09 | 2 | -0/+17 |
| * | Use @import rather than @__experimental_modules_import, since the | Douglas Gregor | 2012-12-11 | 22 | -28/+28 |
| * | If an excluded header does not exist, just ignore it | Douglas Gregor | 2012-11-15 | 1 | -0/+1 |
| * | When loading a module fails because it is out of date, rebuild that | Douglas Gregor | 2012-11-07 | 3 | -0/+5 |
| * | Introduce inferred framework modules into the module map file, | Douglas Gregor | 2012-11-06 | 2 | -0/+6 |
| * | Have the parser initialize Sema before it consumes the first | Douglas Gregor | 2012-11-05 | 1 | -0/+2 |
| * | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
| * | Introduce the notion of excluded headers into the module map | Douglas Gregor | 2012-10-15 | 1 | -4/+1 |
| * | Add missing header from 165821 | Douglas Gregor | 2012-10-12 | 1 | -0/+2 |
| * | Sanitize the names of modules determined based on the names of headers | Douglas Gregor | 2012-10-12 | 2 | -0/+2 |
| * | Track which particular submodule #undef's a macro, so that the actual | Douglas Gregor | 2012-10-12 | 5 | -2/+9 |
| * | Diagnose the expansion of ambiguous macro definitions. This can happen | Douglas Gregor | 2012-10-11 | 3 | -3/+15 |
| * | Deserialize macro history when we deserialize an identifier that has | Douglas Gregor | 2012-10-11 | 3 | -0/+27 |
| * | Rework the (de-)serialization of macros, as stored in | Douglas Gregor | 2012-10-09 | 4 | -0/+17 |
| * | When we load a function or method body from an AST file, we check | Douglas Gregor | 2012-10-09 | 3 | -2/+4 |
| * | Add redecls into their lexical DeclContext: this is what they assert on, and ... | Axel Naumann | 2012-10-02 | 1 | -0/+11 |
| * | Only those InterestingDecls that got added to the AST should be passed to the... | Axel Naumann | 2012-10-02 | 2 | -5/+9 |
| * | Merge pending instantiations instead of overwriting existing ones. | Axel Naumann | 2012-10-02 | 8 | -58/+70 |
| * | The Redeclarable part of named decls is read before their name. | Axel Naumann | 2012-10-01 | 1 | -5/+7 |
| * | Also merge template redeclarations. | Axel Naumann | 2012-10-01 | 2 | -0/+14 |
| * | Bring ASTReader and Writer into sync for the case where a canonical template ... | Axel Naumann | 2012-10-01 | 3 | -0/+17 |
| * | Introduce builtin macros to determine whether we're building a | Douglas Gregor | 2012-09-25 | 1 | -0/+9 |
| * | Update VerifyDiagnosticConsumer to only get directives during parsing. | Jordan Rose | 2012-08-10 | 1 | -1/+1 |
| * | Allow -verify directives to be filtered by preprocessing. | Jordan Rose | 2012-07-11 | 1 | -1/+5 |
| * | Fix ASTReader handling of ImportDecls, from Meador Inge! | Douglas Gregor | 2012-05-16 | 2 | -0/+4 |
| * | There's some code in the PCH reader that looks like it's needlessly complex, but | Nick Lewycky | 2012-04-12 | 3 | -0/+8 |
| * | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek | 2012-03-01 | 18 | -24/+24 |
| * | Back out my heinous hack that tricked the module generation mechanism | Douglas Gregor | 2012-02-02 | 4 | -0/+26 |
| * | Test module lookup within a subdirectory of a normal include directory. | Douglas Gregor | 2012-01-29 | 2 | -0/+4 |
| * | Introduce module attributes into the module map grammar, along with a | Douglas Gregor | 2012-01-27 | 2 | -1/+8 |
| * | Reimplement (de-)serialization of Objective-C categories to eliminate | Douglas Gregor | 2012-01-27 | 3 | -0/+15 |
| * | Whenever Sema attempts to look in the global method pool, try to load | Douglas Gregor | 2012-01-25 | 3 | -0/+27 |
| * | When deserializing the definition of a C++ class/ObjC class/ObjC | Douglas Gregor | 2012-01-15 | 2 | -0/+6 |
| * | (Implicit) parameters deserialized as part of a function type must not | Douglas Gregor | 2012-01-13 | 1 | -0/+5 |
| * | When deserializing an anonymous namespace from a module, do not attach | Douglas Gregor | 2012-01-09 | 3 | -0/+37 |
| * | Implement merging of namespace-scope declarations across modules, so | Douglas Gregor | 2012-01-09 | 2 | -0/+24 |
| * | Implement redeclaration merging for namespaces defined in distinct | Douglas Gregor | 2012-01-09 | 2 | -0/+27 |
| * | Switch NamespaceDecl from its own hand-rolled redeclaration chain over | Douglas Gregor | 2012-01-07 | 4 | -0/+52 |
| * | When inferring a submodule ID during module creation, look up the | Douglas Gregor | 2012-01-06 | 2 | -4/+14 |