File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -217,10 +217,6 @@ diagnostics(
217
217
218
218
/*- C++ dbscheme -*/
219
219
220
- /*
221
- * C++ dbscheme
222
- */
223
-
224
220
extractor_version(
225
221
string codeql_version: string ref,
226
222
string frontend_version: string ref
@@ -286,7 +282,6 @@ macro_argument_expanded(
286
282
string text: string ref
287
283
);
288
284
289
- /*
290
285
case @function.kind of
291
286
0 = @unknown_function
292
287
| 1 = @normal_function
@@ -298,7 +293,6 @@ case @function.kind of
298
293
| 7 = @user_defined_literal
299
294
| 8 = @deduction_guide
300
295
;
301
- */
302
296
303
297
functions(
304
298
unique int id: @function,
@@ -718,9 +712,8 @@ decltypes(
718
712
boolean parentheses_would_change_meaning: boolean ref
719
713
);
720
714
721
- /*
722
715
case @type_operator.kind of
723
- | 0 = @typeof // The frontend does not differentiate between typeof and typeof_unqual
716
+ 0 = @typeof // The frontend does not differentiate between typeof and typeof_unqual
724
717
| 1 = @underlying_type
725
718
| 2 = @bases
726
719
| 3 = @direct_bases
@@ -741,7 +734,6 @@ case @type_operator.kind of
741
734
| 18 = @remove_volatile
742
735
| 19 = @remove_reference
743
736
;
744
- */
745
737
746
738
type_operators(
747
739
unique int id: @type_operator,
@@ -750,9 +742,8 @@ type_operators(
750
742
int base_type: @type ref
751
743
)
752
744
753
- /*
754
745
case @usertype.kind of
755
- | 0 = @unknown_usertype
746
+ 0 = @unknown_usertype
756
747
| 1 = @struct
757
748
| 2 = @class
758
749
| 3 = @union
@@ -772,7 +763,6 @@ case @usertype.kind of
772
763
| 17 = @template_union
773
764
| 18 = @alias
774
765
;
775
- */
776
766
777
767
usertypes(
778
768
unique int id: @usertype,
You can’t perform that action at this time.
0 commit comments