aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/MultiplexExternalSemaSource.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-07Simplify FindExternalVisibleDeclsByName by making it return a bool indicatingRichard Smith1-12/+5
2013-02-01Add a new -Wundefined-inline warning for inline functions which are used but notNick Lewycky1-2/+2
2013-01-31Remove elements from Sema.UndefinedInternals as functions are defined. AlsoNick Lewycky1-1/+1
2013-01-26Preserve Sema::UndefinedInternals across PCH boundaries. FixesNick Lewycky1-0/+6
2013-01-10Truth in advertising: LocallyScopedExternalDecls actually only containsRichard Smith1-2/+2
2012-12-19Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie1-6/+6
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+0
2012-10-18From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.Axel Naumann1-0/+271