We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d45f0 commit 6e059eaCopy full SHA for 6e059ea
cpp/ql/src/semmle/code/cpp/controlflow/internal/ConstantExprs.qll
@@ -118,7 +118,7 @@ private predicate isFunction(Element el) {
118
119
/**
120
* Holds if `fc` is a `FunctionCall` with no return value for `getTarget`. This
121
- * can happen due to extractor issue CPP-383.
+ * can happen in case of rare database inconsistencies.
122
*/
123
pragma[noopt]
124
private predicate callHasNoTarget(@funbindexpr fc) {
0 commit comments