Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add LLVM_OVERRIDE to methods that override their base classes. | Craig Topper | 2012-09-23 | 1 | -7/+12 |
| | | | | llvm-svn: 164471 | ||||
* | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Craig Topper | 2012-09-15 | 1 | -2/+3 |
| | | | | llvm-svn: 163974 | ||||
* | Don't assert when given an empty range. | Kaelyn Uhrain | 2012-06-20 | 1 | -1/+1 |
| | | | | | | | | | | llvm::RawMemoryObject handles empty ranges just fine, and the assert can be triggered in the wild by e.g. invoking clang with a file that included an empty pre-compiled header file when clang has been built with assertions enabled. Without assertions enabled, clang will properly report that the empty file is not a valid PCH. llvm-svn: 158769 | ||||
* | Make MemoryObject accessor members const again | Derek Schuff | 2012-02-29 | 1 | -16/+19 |
| | | | | llvm-svn: 151687 | ||||
* | Fix comment-rulers. | Nick Lewycky | 2012-02-06 | 1 | -1/+1 |
| | | | | llvm-svn: 149922 | ||||
* | Enable streaming of bitcode | Derek Schuff | 2012-02-06 | 1 | -0/+137 |
This CL delays reading of function bodies from initial parse until materialization, allowing overlap of compilation with bitcode download. llvm-svn: 149918 |