CPP: Review suggestions.

This commit is contained in:
Geoffrey White
2019-08-29 14:37:28 +01:00
parent 120b0c0c2c
commit 8134d80c46

View File

@@ -4,10 +4,9 @@ import semmle.code.cpp.Initializer
private import semmle.code.cpp.internal.ResolveClass
/**
* A C/C++ variable. For example in the following code there are four
* A C/C++ variable. For example, in the following code there are four
* variables, `a`, `b`, `c` and `d`:
* ```
* extern int a;
* int a;
*
* void myFunction(int b) {