[cfe-users] Reading and Attaching Comments to CLANG AST

2018-03-07 Thread Bewoayia Kebianyor via cfe-users
Hi, can anyone help in providing clarification to this query? I am new to Clang, LLVM and have some questions regarding attaching comments to the clang AST. I would like to parse a C/C++ file and get preceeding comments to variable declarations and attach these to the AST. The comments are ann

Re: [cfe-users] Reading and Attaching Comments to CLANG AST

2018-03-07 Thread George Karpenkov via cfe-users
Hi Bewoayia, I think you would have more luck asking your question at cfe-dev, in my understanding very few people read cfe-users. George > On Mar 7, 2018, at 1:49 AM, Bewoayia Kebianyor via cfe-users > wrote: > > Hi, > > can anyone help in providing clarification to this query? > > I am n