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
> 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