Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed warning 'function declaration isn’t a prototype ↵ | Galina Kistanova | 2017-12-16 | 1 | -1/+1 |
| | | | | | | [-Werror=strict-prototypes]' llvm-svn: 320912 | ||||
* | Remove redundant includes from tools. | Michael Zolotukhin | 2017-12-13 | 1 | -2/+0 |
| | | | | llvm-svn: 320631 | ||||
* | [LLVM-C] Expose functions to create debug locations via DIBuilder. | whitequark | 2017-11-01 | 1 | -0/+38 |
These include: * Several functions for creating an LLVMDIBuilder, * LLVMDIBuilderCreateCompileUnit, * LLVMDIBuilderCreateFile, * LLVMDIBuilderCreateDebugLocation. Patch by Harlan Haskins. Differential Revision: https://reviews.llvm.org/D32368 llvm-svn: 317135 |