Age | Commit message (Expand) | Author |
2013-02-09 | Ensure that type definitions present in just-loaded modules are | Douglas Gregor |
2013-02-07 | Simplify FindExternalVisibleDeclsByName by making it return a bool indicating | Richard Smith |
2013-01-12 | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-12-01 | Don't include Type.h in DeclarationName.h. | Benjamin Kramer |
2012-09-13 | Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is | Dmitri Gribenko |
2012-06-20 | Structured comment parsing, first step. | Dmitri Gribenko |
2012-04-16 | Implement the all_lookups_iterator for PCH as a follow-up to r153970. This | Nick Lewycky |
2012-01-26 | Extend the ExternalASTSource interface to allow the AST source to | Douglas Gregor |
2011-11-03 | [libclang] Add infrastructure to be able to only deserialize decls in a file ... | Argyrios Kyrtzidis |
2011-09-09 | Use ArrayRef in ExternalASTSource::SetExternalVisibleDeclsForName. | Argyrios Kyrtzidis |
2011-08-24 | Don't force the complete deserialization of the visible-declarations | Douglas Gregor |
2011-07-27 | Switch Sema::UnusedFileScopedDecls over to a LazyVector. | Douglas Gregor |
2011-07-27 | Introduce a new data structure, LazyVector, which is a vector whose | Douglas Gregor |
2011-07-20 | remove some now-redundant forward declarations. | Chris Lattner |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-15 | Augment the interface of ExternalASTSource::FindExternalLexicalDecls() | Douglas Gregor |
2011-05-04 | From Vassil Vassilev: | Axel Naumann |
2011-04-28 | Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer... | Ted Kremenek |
2011-02-28 | From Vassil Vassilev: | Axel Naumann |
2010-12-01 | Extend ExternalASTSource with the ability to lazily complete the | Douglas Gregor |
2010-11-16 | Add an ExternalASTSource hook to complete a type on demand. | John McCall |
2010-10-29 | Make the deserialization of C++ base class specifiers lazy, improving | Douglas Gregor |
2010-10-14 | Allow deserialization of just the fields of a record, when we want to iterate... | Argyrios Kyrtzidis |
2010-08-26 | Move things around so that Sema.h no longer depends on even DeclBase.h. | John McCall |
2010-08-24 | Struggle mightily against header inclusion in Sema.h. | John McCall |
2010-08-20 | Fix an issue with writing to PCH another included PCH, introduced by the "usi... | Argyrios Kyrtzidis |
2010-08-20 | Use the AST on-disk hash table for name lookup inside a DeclContext. | Argyrios Kyrtzidis |
2010-08-02 | Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f... | Argyrios Kyrtzidis |
2010-07-30 | Refactor the way PCHReader tracks whether we are in recursive loading. | Argyrios Kyrtzidis |
2010-06-01 | Alter the ExternalASTSource interface to permit by-name lookups. PCH continu... | John McCall |
2010-04-06 | Make code-completion for Objective-C message sends to "id" work in the | Douglas Gregor |
2010-03-19 | Remove the capture, serialization, and deserialization of comment | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-07-02 | Add support for retrieving the Doxygen comment associated with a given | Douglas Gregor |
2009-04-28 | Fix additional issues pointed out in PR4088. | Eli Friedman |
2009-04-27 | A couple more small changes which are probably required for Cygwin | Eli Friedman |
2009-04-27 | rename GetStmt -> GetDeclStmt to make it clear that the stmt read | Chris Lattner |
2009-04-21 | Lazy deserialization of the declaration chains associated with | Douglas Gregor |
2009-04-18 | Lazy deserialization of function bodies for PCH files. For the Carbon | Douglas Gregor |
2009-04-18 | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor |
2009-04-14 | Fix build error. | Mike Stump |
2009-04-14 | When writing a PCH file, keep track of all of the non-static, | Douglas Gregor |
2009-04-10 | Various minor fixes to PCH reading and writing, with general | Douglas Gregor |
2009-04-09 | Implementation of pre-compiled headers (PCH) based on lazy | Douglas Gregor |