summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/ErrorHandling.h
Commit message (Collapse)AuthorAgeFilesLines
* Make some headers self-contained, remove unused includes that violate layering.Benjamin Kramer2016-01-271-2/+0
| | | | llvm-svn: 258937
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-181-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
OpenPOWER on IntegriCloud