aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/MultiplexExternalSemaSource.h
AgeCommit message (Expand)Author
2013-02-07Simplify FindExternalVisibleDeclsByName by making it return a bool indicatingRichard Smith
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-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-10Truth in advertising: LocallyScopedExternalDecls actually only containsRichard Smith
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-10-18From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources.Axel Naumann