HungMingWu

Results 6 comments of HungMingWu

My original thought is append a hook before check errors and print warning/error ``` cpp bool succeeded = diagEngine.getNumErrors() == 0; // Insert here if (!quiet) { OS::print("{} error{}, {}...

I found the issue by inspection. And the cfuncs numbers are incorrect, I will continue to trace the issue

Have any plan to implement UDP body?

Seems the main branch have modified on my previous code base commit, I will fix it later.

I find the root cause Here is the example ``` cpp namespace A { template struct t { }; constexpr bool f(const t&) { return true; } constexpr t o{};...