C++: Autoformat.

This commit is contained in:
Geoffrey White
2020-06-29 13:24:19 +01:00
parent 441d4c077a
commit 55883f60f7
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
* DEPRECATED: Objective-C is no longer supported.
*/
import semmle.code.cpp.exprs.Expr
import semmle.code.cpp.exprs.Expr
import semmle.code.cpp.Class
import semmle.code.cpp.ObjectiveC
private import semmle.code.cpp.internal.ResolveClass

View File

@@ -1,6 +1,6 @@
/**
* 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.