]> granicus.if.org Git - clang/history - include/clang/AST/ExternalASTSource.h
Header guard canonicalization, clang part.
[clang] / include / clang / AST / ExternalASTSource.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-05-21 Rafael EspindolaMove virtual methods out of line.
2014-05-19 Richard SmithIf two sibling modules declare the same entity, and...
2014-05-16 Richard SmithIf a declaration is loaded, and then a module import...
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-02-27 Argyrios Kyrtzidis[ASTUnit] Fix use-after-free bug in ASTUnit::getMainBuf...
2013-05-15 David BlaikieUse only explicit bool conversion operator
2013-02-09 Douglas GregorEnsure that type definitions present in just-loaded...
2013-02-07 Richard SmithSimplify FindExternalVisibleDeclsByName by making it...
2013-01-12 Douglas GregorProvide Decl::getOwningModule(), which determines the...
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-12-01 Benjamin KramerDon't include Type.h in DeclarationName.h.
2012-09-13 Dmitri GribenkoFix Doxygen misuse: refer to parameter names in paragra...
2012-06-20 Dmitri GribenkoStructured comment parsing, first step.
2012-04-16 Nick LewyckyImplement the all_lookups_iterator for PCH as a follow...
2012-01-26 Douglas GregorExtend the ExternalASTSource interface to allow the...
2011-11-03 Argyrios Kyrtzidis[libclang] Add infrastructure to be able to only deseri...
2011-09-09 Argyrios KyrtzidisUse ArrayRef in ExternalASTSource::SetExternalVisibleDe...
2011-08-24 Douglas GregorDon't force the complete deserialization of the visible...
2011-07-27 Douglas GregorSwitch Sema::UnusedFileScopedDecls over to a LazyVector.
2011-07-27 Douglas GregorIntroduce a new data structure, LazyVector, which is...
2011-07-20 Chris Lattnerremove some now-redundant forward declarations.
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-07-15 Douglas GregorAugment the interface of ExternalASTSource::FindExterna...
2011-05-04 Axel NaumannFrom Vassil Vassilev:
2011-04-28 Ted KremenekEnhance clang_getCXTUResourceUsage() to report the...
2011-02-28 Axel NaumannFrom Vassil Vassilev:
2010-12-01 Douglas GregorExtend ExternalASTSource with the ability to lazily...
2010-11-16 John McCallAdd an ExternalASTSource hook to complete a type on...
2010-10-29 Douglas GregorMake the deserialization of C++ base class specifiers...
2010-10-14 Argyrios KyrtzidisAllow deserialization of just the fields of a record...
2010-08-26 John McCallMove things around so that Sema.h no longer depends...
2010-08-24 John McCallStruggle mightily against header inclusion in Sema.h.
2010-08-20 Argyrios KyrtzidisFix an issue with writing to PCH another included PCH...
2010-08-20 Argyrios KyrtzidisUse the AST on-disk hash table for name lookup inside...
2010-08-02 Argyrios KyrtzidisRead/write in PCH Sema's StdNamespace and StdBadAlloc...
2010-07-30 Argyrios KyrtzidisRefactor the way PCHReader tracks whether we are in...
2010-06-01 John McCallAlter the ExternalASTSource interface to permit by...
2010-04-06 Douglas GregorMake code-completion for Objective-C message sends...
2010-03-19 Douglas GregorRemove the capture, serialization, and deserialization...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-07-02 Douglas GregorAdd support for retrieving the Doxygen comment associat...
2009-04-28 Eli FriedmanFix additional issues pointed out in PR4088.
2009-04-27 Eli FriedmanA couple more small changes which are probably required...
2009-04-27 Chris Lattnerrename GetStmt -> GetDeclStmt to make it clear that...
2009-04-21 Douglas GregorLazy deserialization of the declaration chains associat...
2009-04-18 Douglas GregorLazy deserialization of function bodies for PCH files...
2009-04-18 Douglas GregorFunctionDecl::getBody() is getting an ASTContext argume...
2009-04-14 Mike StumpFix build error.
2009-04-14 Douglas GregorWhen writing a PCH file, keep track of all of the non...
2009-04-10 Douglas GregorVarious minor fixes to PCH reading and writing, with...
2009-04-09 Douglas GregorImplementation of pre-compiled headers (PCH) based...