mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
C++: add missing docs for a toString predicate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user