[cfe-users] (closed) Missing AST Node for parsing code with std::vector::data()

2020-12-14 Thread Владимир Фролов via cfe-users
Richard, thank you very much for the answer! >>I suspect the problem is either something you elided in the above code or it's an issue with the compilation flags in use, because the above example in isolation looks fineYes, exactly! In fact David already helps me to find the problem )Sorry i didnt

Re: [cfe-users] Missing AST Node for parsing code with std::vector::data()

2020-12-14 Thread Richard Smith via cfe-users
On Thu, 3 Dec 2020 at 04:02, Владимир Фролов via cfe-users < cfe-users@lists.llvm.org> wrote: > Greetings! I'm using clang for source-to-source translation. > > Recently I got a problem with parsing code which use templates. > First, here is the working example: > > struct MyTestVector2 > { > uns