GkvJwa

Results 1 issues of GkvJwa

Consider the following code: ``` class CheckError { public: static CheckError Check(); ~CheckError(); }; void Foo(const int* p) { int d = 0; __try { d = *p; } __except...

clang
clang:frontend
llvm:codegen