aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/ExternalSemaSource.h
AgeCommit message (Expand)Author
2013-02-01Add a new -Wundefined-inline warning for inline functions which are used but notNick Lewycky
2013-01-31Remove elements from Sema.UndefinedInternals as functions are defined. AlsoNick Lewycky
2013-01-26Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky
2013-01-10Truth in advertising: LocallyScopedExternalDecls actually only containsRichard Smith
2012-10-11Remove pointless classof()'s.Sean Silva
2012-01-25Rework the external Sema source's ReadMethodPool() so that it doesn'tDouglas Gregor
2011-07-28Make the deserialization of Sema::PendingInstantiations lazy. At thisDouglas Gregor
2011-07-28Lazily deserialize Sema::VTableUses. Plus, fix the utterly andDouglas Gregor
2011-07-28Make Sema::WeakUndeclaredIdentifiers lazily deserialized.Douglas Gregor
2011-07-28Make Sema::ReferencedSelectors lazily deserialized.Douglas Gregor
2011-07-28Make Sema::LocallyScopedExternalDecls lazily deserialized. In theory,Douglas Gregor
2011-07-28Switch Sema::DynamicClasses over to LazyVectorDouglas Gregor
2011-07-28Switch Sema::ExtVectorDecls over to LazyVector.Douglas Gregor
2011-07-27Turn Sema::DelegatingCtorDecls into a LazyVector.Douglas Gregor
2011-07-27Switch Sema::UnusedFileScopedDecls over to a LazyVector. Douglas Gregor
2011-07-27Introduce a new data structure, LazyVector, which is a vector whoseDouglas Gregor
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-06-28Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor
2011-02-24From Vassil Vassilev:Axel Naumann
2010-09-28Follow-up to r114978, used wrong tag.Sebastian Redl
2010-09-28Move ExternalSemaSource::ReadMethodPool's implementation to Sema.cpp so that ...Sebastian Redl
2010-08-24Struggle mightily against header inclusion in Sema.h.John McCall
2010-06-01Alter the ExternalASTSource interface to permit by-name lookups. PCH continu...John McCall
2009-12-01Add {ExternalSemaSource,SemaConsumer}::ForgetSema callback, and update PCHReaderDaniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-04-24PCH support for the global method pool (= instance and factory methodDouglas Gregor
2009-04-21Lazy deserialization of the declaration chains associated withDouglas Gregor