Re: [cfe-users] Warnings for implicit constructors and wrong usage of auto

2018-05-15 Thread George Karpenkov via cfe-users
+cfe-dev Hi Andrea, I think you might get more luck asking on the cfe-dev mailing list. George > On May 15, 2018, at 1:15 PM, Andrea Arteaga via cfe-users > wrote: > > Dear all, > Recently, my team suffered from a bug due to a double bad usage of C++. > > We have a function returning a refe

Re: [cfe-users] Getting function body from AST for interprocedural analysis

2018-03-23 Thread George Karpenkov via cfe-users
Hi Lauro, I think you would have more luck asking on cfe-dev mailing list. Do I understand your question correctly as wishing to do cross-translation-unit analysis? Clang static analyzer has an experimental flag for doing that, which relies on ASTImporter library (which tries to import AST for

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