Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make some headers self-contained, remove unused includes that violate layering. | Benjamin Kramer | 2016-01-27 | 1 | -2/+0 |
| | | | | llvm-svn: 258937 | ||||
* | Reorganize the C API headers to improve build times. | Eric Christopher | 2015-12-18 | 1 | -0/+51 |
Type specific declarations have been moved to Type.h and error handling routines have been moved to ErrorHandling.h. Both are included in Core.h so nothing should change for projects directly including the headers, but transitive dependencies may be affected. llvm-svn: 255965 |