C++: Re-enable the check.

This commit is contained in:
Geoffrey White
2020-12-15 17:42:10 +00:00
parent 94dea9f71d
commit 676e85a155

View File

@@ -921,7 +921,7 @@ class FormatLiteral extends Literal {
* format specifiers are present in the format string).
*/
predicate specsAreKnown() {
any()
this.getNumConvSpec() = count(int n | exists(this.getNumArgNeeded(n)))
}
/**