ssahasra wrote:

> Lack of warning test belongs in Sema*

I had a more mechanical way of looking at it. For now, the test generates LLVM 
IR and demonstrates that the IR is wrong. The lack of warning is one potential 
explanation for that wrong IR. Another possibility is that we can fix Sema to 
recognize and translate the scopes so that CodeGen can then generate the 
correct IR, which will then be checked by these tests under CodeGen*. Do you 
still think the test should be under Sema*?

https://github.com/llvm/llvm-project/pull/188890
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to