Skip to content

Commit 6e059ea

Browse files
committed
C++: Remove reference to obsolete issue CPP-383
1 parent f8d45f0 commit 6e059ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/controlflow/internal/ConstantExprs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private predicate isFunction(Element el) {
118118

119119
/**
120120
* Holds if `fc` is a `FunctionCall` with no return value for `getTarget`. This
121-
* can happen due to extractor issue CPP-383.
121+
* can happen in case of rare database inconsistencies.
122122
*/
123123
pragma[noopt]
124124
private predicate callHasNoTarget(@funbindexpr fc) {

0 commit comments

Comments
 (0)