search for: 15bb2e2e

Displaying 3 results from an estimated 3 matches for "15bb2e2e".

2013 Jul 22
0
[LLVMdev] [RFC] Add warning capabilities in LLVM.
On Mon, Jul 22, 2013 at 1:26 PM, Eric Christopher <echristo at gmail.com> wrote: >>> Have the backend vend diagnostics, this can be done either with a set >>> of enums and messages like you mentioned, or just have a message and >>> location struct ala: >>> >>> struct Msg { >>> const char *Message; >>> Location Loc;
2013 Jul 22
2
[LLVMdev] [RFC] Add warning capabilities in LLVM.
>> Have the backend vend diagnostics, this can be done either with a set >> of enums and messages like you mentioned, or just have a message and >> location struct ala: >> >> struct Msg { >> const char *Message; >> Location Loc; >> }; >> >> that the consumer of the message can use via a handler. > > When the consumer is clang,
2013 Jul 22
5
[LLVMdev] [RFC] Add warning capabilities in LLVM.
...rrors, notes, etc. If a frontend chooses to use it to produce such diagnostics, cool, but there are other use cases that the same machinery should serve. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130722/15bb2e2e/attachment.html>