aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/SemaConsumer.h
AgeCommit message (Expand)Author
2012-10-11Remove pointless classof()'s.Sean Silva
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2009-12-01Add {ExternalSemaSource,SemaConsumer}::ForgetSema callback, and update PCHReaderDaniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-04-21Lazy deserialization of the declaration chains associated withDouglas Gregor
2009-04-20Introduce the notion of a SemaConsumer, which is an ASTConsumer thatDouglas Gregor