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