No need to pass CheckedScopeSpecifier around in SemaBounds.cpp #1151
Labels
priority:3
This labels bugs that are not very critical but still need to be addressed.
work item
This labels issues that are not exactly bugs but are about improvements.
After #1142 we can get the
CheckedScopeSpecifier (CSS)
for every statement by invokingS->getCheckedScopeSpecifier()
.In
SemaBounds.cpp
we pass CSS around to functions. This should no longer be needed.The text was updated successfully, but these errors were encountered: