Age | Commit message (Expand) | Author |
2013-02-01 | Add a new -Wundefined-inline warning for inline functions which are used but not | Nick Lewycky |
2013-01-31 | Remove elements from Sema.UndefinedInternals as functions are defined. Also | Nick Lewycky |
2013-01-26 | Preserve Sema::UndefinedInternals across PCH boundaries. Fixes | Nick Lewycky |
2013-01-10 | Truth in advertising: LocallyScopedExternalDecls actually only contains | Richard Smith |
2012-10-11 | Remove pointless classof()'s. | Sean Silva |
2012-01-25 | Rework the external Sema source's ReadMethodPool() so that it doesn't | Douglas Gregor |
2011-07-28 | Make the deserialization of Sema::PendingInstantiations lazy. At this | Douglas Gregor |
2011-07-28 | Lazily deserialize Sema::VTableUses. Plus, fix the utterly and | Douglas Gregor |
2011-07-28 | Make Sema::WeakUndeclaredIdentifiers lazily deserialized. | Douglas Gregor |
2011-07-28 | Make Sema::ReferencedSelectors lazily deserialized. | Douglas Gregor |
2011-07-28 | Make Sema::LocallyScopedExternalDecls lazily deserialized. In theory, | Douglas Gregor |
2011-07-28 | Switch Sema::DynamicClasses over to LazyVector | Douglas Gregor |
2011-07-28 | Switch Sema::ExtVectorDecls over to LazyVector. | Douglas Gregor |
2011-07-27 | Turn Sema::DelegatingCtorDecls into a LazyVector. | 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 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-06-28 | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor |
2011-02-24 | From Vassil Vassilev: | Axel Naumann |
2010-09-28 | Follow-up to r114978, used wrong tag. | Sebastian Redl |
2010-09-28 | Move ExternalSemaSource::ReadMethodPool's implementation to Sema.cpp so that ... | Sebastian Redl |
2010-08-24 | Struggle mightily against header inclusion in Sema.h. | John McCall |
2010-06-01 | Alter the ExternalASTSource interface to permit by-name lookups. PCH continu... | John McCall |
2009-12-01 | Add {ExternalSemaSource,SemaConsumer}::ForgetSema callback, and update PCHReader | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-04-24 | PCH support for the global method pool (= instance and factory method | Douglas Gregor |
2009-04-21 | Lazy deserialization of the declaration chains associated with | Douglas Gregor |