C++: add missing docs for a toString predicate

This commit is contained in:
Paolo Tranquilli
2021-12-09 10:56:36 +00:00
committed by GitHub
parent a6cbe6f94c
commit 160635ba3c

View File

@@ -22,6 +22,9 @@ class BufferWriteEstimationReason extends TBufferWriteEstimationReason {
this = TValueFlowAnalysis()
}
/**
* Returns a human readable representation of this reason
*/
string toString() {
this = TTypeBoundsAnalysis() and result = "based on type bounds"
or