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:[email protected]>> wrote: > Hi, > > Imagine the very basic code below, it has some missing elements, we dont have > the foo() function and MyClass

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 < [email protected]> 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