Re: [cfe-users] Get AST of uncomplete C++ code

2020-04-24 Thread Richard Smith via cfe-users
On Tue, 21 Apr 2020 at 05:41, Dr S3curity via cfe-users < cfe-users@lists.llvm.org> wrote: > Hi, > > Imagine the very basic code below, it has some missing elements, we dont > have the foo() function and MyClass class, > > ```test.cpp > int main(int argc, char *argv[]) > { > MyClass* mc = new

Re: [cfe-users] Get AST of uncomplete C++ code

2020-04-24 Thread Jan Korous via cfe-users
> On Apr 24, 2020, at 2:44 PM, Richard Smith via cfe-users > wrote: > > On Tue, 21 Apr 2020 at 05:41, Dr S3curity via cfe-users > mailto:cfe-users@lists.llvm.org>> wrote: > Hi, > > Imagine the very basic code below, it has some missing elements, we dont have > the foo() function and MyClass