| Age | Commit message (Expand) | Author |
| 2011-12-15 | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor |
| 2011-12-15 | Extend ObjCInterfaceDecl::DefinitionData to contain a pointer to the | Douglas Gregor |
| 2011-12-15 | Introduce the core infrastructure needed to model a complete | Douglas Gregor |
| 2011-12-15 | Move the definition-specific data of ObjCInterfaceDecl into a | Douglas Gregor |
| 2011-12-14 | Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline its | Douglas Gregor |
| 2011-12-12 | Tweak submodule ID handling in the AST writer | Douglas Gregor |
| 2011-12-09 | Use llvm::sys::fs::equivalent rather than comparing inodes, because | Douglas Gregor |
| 2011-12-09 | Move ChainedIncludesSource into the Frontend library. This never really | Chandler Carruth |
| 2011-12-09 | Clean up the comments for this file now that its contents are totally | Chandler Carruth |
| 2011-12-09 | Move a free function from the Frontend library into the Lex library as | Chandler Carruth |
| 2011-12-09 | Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! | Argyrios Kyrtzidis |
| 2011-12-09 | Separate the serialization library's diagnostics from the frontend's | Chandler Carruth |
| 2011-12-08 | Implement umbrella directories for modules, which are similar to | Douglas Gregor |
| 2011-12-08 | Within the module representation, generalize the notion of an umbrella | Douglas Gregor |
| 2011-12-07 | Remove unused-but-set variable. | Benjamin Kramer |
| 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 | Implement support for wildcard exports in modules, allowing a module | Douglas Gregor |
| 2011-12-05 | Actually add a useful bit to the comment pre-FIXME | Douglas Gregor |
| 2011-12-05 | When writing a module file, keep track of the set of (sub)modules that | Douglas Gregor |
| 2011-12-03 | [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized | Argyrios Kyrtzidis |
| 2011-12-03 | Module files representing actual modules don't need to know the set of module... | Douglas Gregor |
| 2011-12-03 | Implement support for precompiled headers, preambles, and serialized | Douglas Gregor |
| 2011-12-02 | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor |
| 2011-12-02 | Only perform checking of the predefines buffer when loading a | Douglas Gregor |
| 2011-12-02 | When making a module visible, also make any of its exported modules | Douglas Gregor |
| 2011-12-02 | Implement (de-)serialization of the set of exported modules in a | Douglas Gregor |
| 2011-12-02 | Notify the AST writer (via ASTDeserializationListener) when a | Douglas Gregor |
| 2011-12-02 | Implement name hiding for macro definitions within modules, such that | Douglas Gregor |
| 2011-12-01 | Implement name hiding for declarations deserialized from a non-visible | Douglas Gregor |
| 2011-12-01 | Introduce the notion of name visibility into modules. For a given | Douglas Gregor |
| 2011-12-01 | Infer the submodule ID for a given declaration based on the location | Douglas Gregor |
| 2011-12-01 | Switch the ID numbers used for submodule IDs in the AST reader over to | Douglas Gregor |
| 2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
| 2011-11-30 | [PCH] In ASTReader::FinishedDeserializing, after we do PassInterestingDeclsTo... | Argyrios Kyrtzidis |
| 2011-11-30 | Implement (de-)serialization of the description of a module and its | Douglas Gregor |
| 2011-11-30 | When writing a module file, pass the module through to the AST | Douglas Gregor |
| 2011-11-23 | [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations. | Argyrios Kyrtzidis |
| 2011-11-23 | [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil... | Argyrios Kyrtzidis |
| 2011-11-17 | If we're dealing with an overridden buffer in the AST reader, load the | Douglas Gregor |
| 2011-11-17 | Try to appease the failing buildbot where I can't reproduce the problem | Douglas Gregor |
| 2011-11-16 | Implement (de-)serialization of the buffer contents for an overridden | Douglas Gregor |
| 2011-11-15 | Add a -cc1-level option -fmodule-name=<name>, which will be used when | Douglas Gregor |
| 2011-11-15 | [PCH] When serializing an PseudoObjectExpr or AtomicExpr, the serialization c... | Argyrios Kyrtzidis |
| 2011-11-15 | Use Decl's isImplicit field to indicate whether an ObjCInterfaceDecl is 'Impl... | Argyrios Kyrtzidis |
| 2011-11-14 | [PCH] Load the chained objc categories only after recursive loading is finished | Argyrios Kyrtzidis |
| 2011-11-14 | [PCH] Do not crash if a class extension in a chained PCH introduces/redeclare... | Argyrios Kyrtzidis |
| 2011-11-14 | [PCH] In ASTWriter::WriteChainedObjCCategories use getDeclID since the decls | Argyrios Kyrtzidis |
| 2011-11-13 | [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderF... | Argyrios Kyrtzidis |
| 2011-11-13 | Fix the signature of the getcontext builtin. Patch by Dimitry Andric. | Rafael Espindola |