Displaying 2 results from an estimated 2 matches for "358434b3".
Did you mean:
358343
2013 Oct 23
0
[LLVMdev] [cfe-dev] Attach state from clang to LLVM
...__________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131023/358434b3/attachment.html>
2013 Oct 23
1
[LLVMdev] Attach state from clang to LLVM
I'd like to evaluate a couple of extensions to a C-like language, and I was
hoping to use Clang and LLVM to do that.
I ran into a couple of issues, and I'd appreciate if you could advise on the
best practices to address them.
-1- I modified Clang parser to accept the extension syntax (say a property
for a function, statement, parameter, or variable),
but how do I propagate the state