Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PDB] Fix type server handling for archives | Reid Kleckner | 2017-07-13 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | Summary: This fixes type indices for SDK or CRT static archives. Previously we'd try to look next to the archive object file path, which would not exist on the local machine. Also error out if we can't resolve a type server record. Hypothetically we can recover from this error by discarding debug info for this object, but that is not yet implemented. Reviewers: ruiu, amccarth Subscribers: aprantl, hiraditya, llvm-commits Differential Revision: https://reviews.llvm.org/D35369 llvm-svn: 307946 | ||||
* | Remove LLVM_NOEXCEPT and replace it with noexcept | Reid Kleckner | 2016-10-19 | 1 | -1/+1 |
| | | | | | | | Now that we have dropped MSVC 2013, all supported compilers support noexcept and we can drop this portability macro. llvm-svn: 284672 | ||||
* | [pdb] Improve error messages when DIA is not found. | Zachary Turner | 2016-10-19 | 1 | -4/+3 |
| | | | | llvm-svn: 284610 | ||||
* | Add FIXMEs to all derived classes of std::error_category. | Peter Collingbourne | 2016-05-24 | 1 | -0/+3 |
| | | | | | | | | This helps make clear that we're moving away from std::error_code. Differential Revision: http://reviews.llvm.org/D20592 llvm-svn: 270604 | ||||
* | Move helper classes into anonymous namespaces. NFC. | Benjamin Kramer | 2016-05-15 | 1 | -0/+2 |
| | | | | llvm-svn: 269591 | ||||
* | Port DebugInfoPDB over to using llvm::Error. | Zachary Turner | 2016-05-06 | 1 | -0/+62 |
Differential Revision: http://reviews.llvm.org/D19940 Reviewed By: rnk llvm-svn: 268791 |