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 441d4c0 commit 55883f6Copy full SHA for 55883f6
cpp/ql/src/semmle/code/cpp/exprs/ObjectiveC.qll
@@ -2,7 +2,7 @@
2
* DEPRECATED: Objective-C is no longer supported.
3
*/
4
5
- import semmle.code.cpp.exprs.Expr
+import semmle.code.cpp.exprs.Expr
6
import semmle.code.cpp.Class
7
import semmle.code.cpp.ObjectiveC
8
private import semmle.code.cpp.internal.ResolveClass
cpp/ql/src/semmle/code/cpp/security/PrintfLike.qll
@@ -1,6 +1,6 @@
1
/**
* Provides a predicate for identifying formatting functions like `printf`.
- *
+ *
* Consider using the newer model in
* `semmle.code.cpp.models.interfaces.FormattingFunction` directly instead of
* this library.
0 commit comments