Hi all,
It seems that the Clang Static Analyzer may miss some analysis information of UnaryOperator. For example:
func(int s) {
s++;
}
Hi all,
It seems that the Clang Static Analyzer may miss some analysis information of UnaryOperator. For example:
func(int s) {
s++;
}