[cfe-dev] extend C syntax in clang plug-in?

Shi Ningning shiningning1984 at gmail.com
Mon Nov 17 21:52:40 PST 2014


I think you should to modify the libclangParse and libclangSema.
The source code in the clang/lib/Parse and clang/lib/Sema.
And in your extensions, maybe also need to modify the libLLVMCodeGen.

On 2014年11月18日 12:15, hongborong wrote:
> Thanks to Nico's and your replies. It looks I have to modify Clang to achieve
> this purpose. What are the main places to change in clang?
>
>
>
> --
> View this message in context: http://clang-developers.42468.n3.nabble.com/extend-C-syntax-in-clang-plug-in-tp4042499p4042505.html
> Sent from the Clang Developers mailing list archive at Nabble.com.
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list