Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify FindExternalVisibleDeclsByName by making it return a bool indicating | Richard Smith | 2013-02-07 | 1 | -12/+5 |
* | Add a new -Wundefined-inline warning for inline functions which are used but not | Nick Lewycky | 2013-02-01 | 1 | -2/+2 |
* | Remove elements from Sema.UndefinedInternals as functions are defined. Also | Nick Lewycky | 2013-01-31 | 1 | -1/+1 |
* | Preserve Sema::UndefinedInternals across PCH boundaries. Fixes | Nick Lewycky | 2013-01-26 | 1 | -0/+6 |
* | Truth in advertising: LocallyScopedExternalDecls actually only contains | Richard Smith | 2013-01-10 | 1 | -2/+2 |
* | Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe... | David Blaikie | 2012-12-19 | 1 | -6/+6 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+0 |
* | From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. | Axel Naumann | 2012-10-18 | 1 | -0/+271 |