1/1
PrecompiledPreamble.cpp 7/7
SerializedDiagnosticReader.cpp 1/1
TestModuleFileExtension.cpp
| | Authored by jfb on Jun 18 2019, 2:53 PM. Event Timelinejfb created this revision. Herald added projects: Restricted Project, Restricted Project. jfb retitled this revision from WIP BitStream reader: propagate errors to BitStream reader: propagate errors. This revision is now accepted and ready to land. jfb marked 8 inline comments as done. jfb added inline comments. jfb marked 2 inline comments as done. This revision was automatically updated to reflect the committed changes. jfb marked 2 inline comments as done. jfb added inline comments. bjope added inline comments. jfb marked 2 inline comments as done. jfb added inline comments. jfb marked an inline comment as done. jfb added inline comments. bjope added inline comments. Path | Size |
---|
| | | | | | | 6 lines | | | | 4 lines | | | | 6 lines | | 23 lines | | | | | | 11 lines | | 18 lines | | 13 lines | | 3 lines | | | | 3 lines | | 77 lines | | 12 lines | | | | 671 lines | | 48 lines | | 14 lines | | 133 lines | | | | 1 line | | | | | | | | 136 lines | | | | 7 lines | | | | 552 lines | | 216 lines | | 171 lines | | | | | | 14 lines | | | | 2 lines | | | | 118 lines | | | | 36 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
dba00fe4e33e | aeb41ac8eb74 | 42590476802e | JF Bastien | Update error message string in tools/llvm-lto/error.ll | Jun 24 2019, 2:21 PM | 42590476802e | 5ae77e6f9b3c | 375347e263bd | JF Bastien | Ignore another error for now, this one is probably a sign that there's an… (Show More…) | Jun 24 2019, 2:14 PM | 375347e263bd | 55d46ff48b8f | 153b8d6c9a36 | JF Bastien | Update expected error output for invalid bitcode in Bitcode/invalid.test | Jun 24 2019, 1:37 PM | 153b8d6c9a36 | 7e19519af50a | 9950fea2c337 | JF Bastien | Update BitstreamReaderTest.cpp to use the updated API (now passing all its… (Show More…) | Jun 24 2019, 1:31 PM | 9950fea2c337 | 204cf20286cc | 601c52eeaabc | JF Bastien | Update BitstreamReaderTest.cpp to use the updated API. | Jun 24 2019, 1:21 PM | 601c52eeaabc | 07b472a3f496 | 8ddbef315026 | JF Bastien | pch-from-libclang.c isn't cleaning its temp files before running, which makes… (Show More…) | Jun 24 2019, 11:17 AM | 8ddbef315026 | e73e3bb6f0a7 | b26523cae339 | JF Bastien | Remove on error propagation, which a test relies on. We should fix it in a… (Show More…) | Jun 24 2019, 11:17 AM | b26523cae339 | b229663e8ec9 | c794f571ad90 | JF Bastien | Fix a few more places that need to consume errors for now. | Jun 20 2019, 5:18 PM | c794f571ad90 | 65425e0df88a | 55ce27be14c2 | JF Bastien | Handle error in CompilerInstance::ExecuteAction, it's hit in testing. | Jun 20 2019, 2:38 PM | 55ce27be14c2 | a8ad22756d9b | d13f0b3b6a5d | JF Bastien | Handle error in ASTReader::loadGlobalIndex, it's hit in testing. | Jun 20 2019, 2:04 PM | d13f0b3b6a5d | c11446e3da02 | c5cae28d2a3a | JF Bastien | Bitstream reader's SkipBLock and EnterSubBlock now return Error instead of… (Show More…) | Jun 20 2019, 10:55 AM | c5cae28d2a3a | 7c5e7dbe2c3a | a35cf66721fa | JF Bastien | Address Bruno's comments. | Jun 19 2019, 2:36 PM | a35cf66721fa | 23edcabe9e38 | 567f6c150dd7 | JF Bastien | | Jun 19 2019, 9:31 AM |
| Status | Author | Revision |
---|
| Closed | jfb | | | Closed | jfb | |
|
This will crash if writeIndex ever generates an error. For that reason I would suggest writing this as:
It has the same effect, but without the control flow.