Displaying 6 results from an estimated 6 matches for "error_demo".
2016 Feb 03
2
[RFC] Error handling in LLVM libraries.
...Error>([] () { /* … */ })
> .default([] () { /* … */ })
>
>
> —
> Mehdi
>
>
> Cheers,
> Lang.
>
> Attached files:
>
> typed_error.patch - Adds include/llvm/Support/TypedError.h (also adds
> anchor() method to lib/Support/ErrorHandling.cpp).
>
> error_demo.tgz - Stand-alone program demo'ing basic use of the TypedError
> API.
>
> libobject_typed_error_demo.patch - Threads TypedError through the
> binary-file creation methods (createBinary, createObjectFile, etc).
> Proof-of-concept for how TypedError can be integrated into an existi...
2016 Feb 03
13
[RFC] Error handling in LLVM libraries.
...be relegated to a utility for interacting with other
codebases that still use std::error_code.
So - I look forward to hearing your thoughts. :)
Cheers,
Lang.
Attached files:
typed_error.patch - Adds include/llvm/Support/TypedError.h (also adds
anchor() method to lib/Support/ErrorHandling.cpp).
error_demo.tgz - Stand-alone program demo'ing basic use of the TypedError
API.
libobject_typed_error_demo.patch - Threads TypedError through the
binary-file creation methods (createBinary, createObjectFile, etc).
Proof-of-concept for how TypedError can be integrated into an existing
system.
-------------...
2016 Feb 03
2
[RFC] Error handling in LLVM libraries.
...Mehdi
>>>
>>>
>>> Cheers,
>>> Lang.
>>>
>>> Attached files:
>>>
>>> typed_error.patch - Adds include/llvm/Support/TypedError.h (also adds
>>> anchor() method to lib/Support/ErrorHandling.cpp).
>>>
>>> error_demo.tgz - Stand-alone program demo'ing basic use of the
>>> TypedError API.
>>>
>>> libobject_typed_error_demo.patch - Threads TypedError through the
>>> binary-file creation methods (createBinary, createObjectFile, etc).
>>> Proof-of-concept for how Typ...
2016 Feb 03
6
[RFC] Error handling in LLVM libraries.
...*/ })
>>
>>
>> —
>> Mehdi
>>
>>
>> Cheers,
>> Lang.
>>
>> Attached files:
>>
>> typed_error.patch - Adds include/llvm/Support/TypedError.h (also adds
>> anchor() method to lib/Support/ErrorHandling.cpp).
>>
>> error_demo.tgz - Stand-alone program demo'ing basic use of the TypedError
>> API.
>>
>> libobject_typed_error_demo.patch - Threads TypedError through the
>> binary-file creation methods (createBinary, createObjectFile, etc).
>> Proof-of-concept for how TypedError can be integ...
2016 Feb 03
2
[RFC] Error handling in LLVM libraries.
...>>> Cheers,
>>>> Lang.
>>>>
>>>> Attached files:
>>>>
>>>> typed_error.patch - Adds include/llvm/Support/TypedError.h (also adds
>>>> anchor() method to lib/Support/ErrorHandling.cpp).
>>>>
>>>> error_demo.tgz - Stand-alone program demo'ing basic use of the
>>>> TypedError API.
>>>>
>>>> libobject_typed_error_demo.patch - Threads TypedError through the
>>>> binary-file creation methods (createBinary, createObjectFile, etc).
>>>> Proof-of...
2016 Feb 03
2
[RFC] Error handling in LLVM libraries.
...>
>> So - I look forward to hearing your thoughts. :)
>>
>> Cheers,
>> Lang.
>>
>> Attached files:
>>
>> typed_error.patch - Adds include/llvm/Support/TypedError.h (also adds anchor() method to lib/Support/ErrorHandling.cpp).
>>
>> error_demo.tgz - Stand-alone program demo'ing basic use of the TypedError API.
>>
>> libobject_typed_error_demo.patch - Threads TypedError through the binary-file creation methods (createBinary, createObjectFile, etc). Proof-of-concept for how TypedError can be integrated into an existing sys...