mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
C++: Autoformat.
This commit is contained in:
@@ -21,10 +21,7 @@ import semmle.code.cpp.dataflow.DataFlow
|
||||
* code).
|
||||
*/
|
||||
class InterestingStrcpyFunction extends StrcpyFunction {
|
||||
InterestingStrcpyFunction()
|
||||
{
|
||||
getType().getUnspecifiedType() instanceof PointerType
|
||||
}
|
||||
InterestingStrcpyFunction() { getType().getUnspecifiedType() instanceof PointerType }
|
||||
}
|
||||
|
||||
predicate isBoolean(Expr e1) {
|
||||
|
||||
Reference in New Issue
Block a user