mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
C++: Autoformat five files
These files have come out of autoformat since the big commit that autoformatted everything.
This commit is contained in:
@@ -315,7 +315,7 @@ class ParameterDeclarationEntry extends VariableDeclarationEntry {
|
||||
* static int c;
|
||||
* }
|
||||
* ```
|
||||
*
|
||||
*
|
||||
* Local variables can be static; use the `isStatic` member predicate to
|
||||
* detect those.
|
||||
*/
|
||||
@@ -343,7 +343,7 @@ deprecated class StackVariable extends Variable {
|
||||
* static int c;
|
||||
* }
|
||||
* ```
|
||||
*
|
||||
*
|
||||
* Local variables can be static; use the `isStatic` member predicate to detect
|
||||
* those.
|
||||
*
|
||||
@@ -512,9 +512,9 @@ class TemplateVariable extends Variable {
|
||||
* void myTemplateFunction() {
|
||||
* T b;
|
||||
* }
|
||||
*
|
||||
*
|
||||
* ...
|
||||
*
|
||||
*
|
||||
* myTemplateFunction<int>();
|
||||
* ```
|
||||
*/
|
||||
|
||||
@@ -174,9 +174,7 @@ class MicrosoftInt64Type extends IntegralType {
|
||||
* `__builtin_va_copy` and `__builtin_va_arg` expressions.
|
||||
*/
|
||||
class BuiltInVarArgsList extends Type {
|
||||
BuiltInVarArgsList() {
|
||||
this.hasName("__builtin_va_list")
|
||||
}
|
||||
BuiltInVarArgsList() { this.hasName("__builtin_va_list") }
|
||||
|
||||
override string getCanonicalQLClass() { result = "BuiltInVarArgsList" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user