summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/cpp.test
blob: 84bbaa0f9697755a76f34e2ac3b6c9c8890fcaed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
#
# Test cases specifically for the C++ language.
#
# Range: 30000 - 39999
# test.name  config.file  input.file

# there are additional tests inside imported.test.

02102  clark.cfg                            cpp/indent-c.cpp
02103  clark.cfg                            cpp/output.cpp

30000  ben_001.cfg                          cpp/cout.cpp
30001  sp_angle_colon.cfg                   cpp/alt_tokens.cpp
30002  ben_003.cfg                          cpp/constructor.cpp
30003  ben_004.cfg                          cpp/strings.cpp

30010  ben_005.cfg                          cpp/class.h
30011  ben_006.cfg                          cpp/misc.cpp
30012  avalon2.cfg                          cpp/misc2.cpp
30013  sim.cfg                              cpp/sim.h
30014  indent_columns-3.cfg                 cpp/ctor-var.cpp
30015  ben_008.cfg                          cpp/exception.cpp
30016  custom-open.cfg                      cpp/custom-open.cpp
30017  custom-open2.cfg                     cpp/custom-open.cpp
30018  ben_009.cfg                          cpp/class-addr.h
30019  ben_010.cfg                          cpp/wacky-template.cpp

30020  ben_011.cfg                          cpp/bool.cpp
30021  ben_012.cfg                          cpp/byref.cpp
30022  ben_013.cfg                          cpp/extern_c.h
30023  ben_014.cfg                          cpp/templates.cpp
30024  class-nl_func-add.cfg                cpp/class-init.cpp
30025  class-nl_func-del.cfg                cpp/class-init.cpp
30026  byref-left.cfg                       cpp/byref.cpp
30027  byref-right.cfg                      cpp/byref.cpp
30028  byref-center.cfg                     cpp/byref.cpp
30029  ben_015.cfg                          cpp/init_align.h

30030  avalon.cfg                           cpp/Timestamp.h
30031  avalon.cfg                           cpp/operator.cpp
30032  op-space-force.cfg                   cpp/operator.cpp
30033  op-space-remove.cfg                  cpp/operator.cpp
30034  op-space-force.cfg                   cpp/operator_proto.cpp
30035  op-space-remove.cfg                  cpp/operator_proto.cpp
30036  op-space-remove-align-1.cfg          cpp/operator.cpp
30037  op-space-remove-align-1.cfg          cpp/operator_proto.cpp
30038  op-space-remove-align-2.cfg          cpp/operator.cpp
30039  op-space-remove-align-2.cfg          cpp/operator_proto.cpp

30040  nl_class-r.cfg                       cpp/nl-class.h
30041  nl_class-a.cfg                       cpp/nl-class.h
30042  Issue_2020.cfg                       cpp/Issue_2020.cpp
30043  nl_func_call_empty-r.cfg             cpp/nl_func_call_empty.cpp
30044  nl_func_call_paren_empty-r.cfg       cpp/nl_func_call_paren_empty.cpp
30045  nl_func_decl_1.cfg                   cpp/nl_func_decl.cpp
30046  nl_func_decl_2.cfg                   cpp/nl_func_decl.cpp
30047  nl_func_paren_empty.cfg              cpp/nl_func_paren_empty.cpp
30048  nl_func_def_paren_empty-r.cfg        cpp/nl_func_def_paren_empty.cpp
30049  nl_func_call_paren-f.cfg             cpp/nl_func_call_paren.cpp

30050  nl_namespace-r.cfg                   cpp/nl-namespace.h
30051  nl_namespace-a.cfg                   cpp/nl-namespace.h
30052  nl_try-a.cfg                         cpp/try-catch-nl.cpp
30053  sp_catch_brace.cfg                   cpp/exception.cpp
30054  Issue_2091.cfg                       cpp/Issue_2091.cpp
30055  nl_after_func_body.cfg               cpp/nl_func.cpp
30056  nl_after_func_body-2.cfg             cpp/nl_func.cpp
30057  nl_inside_namespace_1.cfg            cpp/nl_inside_namespace.cpp
30058  nl_inside_namespace_2.cfg            cpp/nl_inside_namespace.cpp
30059  Issue_2186.cfg                       cpp/Issue_2186.cpp

30060  Issue_1734.cfg                       cpp/Issue_1734.cpp

# Class colon positioning
30061  class-colon-pos-eol.cfg              cpp/class-init.cpp
30062  class-colon-pos-sol.cfg              cpp/class-init.cpp
30063  class-colon-pos-eol-add.cfg          cpp/class-init.cpp
30064  class-colon-pos-sol-add.cfg          cpp/class-init.cpp
30065  class-colon-pos-sol.cfg              cpp/Example.h
30066  class-on-colon-indent.cfg            cpp/class-init.cpp
30067  nl_func_class_scope-a.cfg            cpp/nl_func_type_name.cpp
30068  nl_func_class_scope-a.cfg            cpp/nl_func_scope_name.cpp
30069  nl_func_class_scope-a.cfg            cpp/class-implementation.cpp

30070  nl_func_scope_name-a.cfg             cpp/nl_func_scope_name.cpp
30071  lineEndings-to-Win.cfg               cpp/lineEndings-Mac.cpp
30072  lineEndings-to-Unix.cfg              cpp/lineEndings-Win.cpp
30073  lineEndings-to-Mac.cfg               cpp/lineEndings-Unix.cpp
30074  empty.cfg                            cpp/bom.cpp
30075  empty.cfg                            cpp/goto.cpp
30076  Issue_2594.cfg                       cpp/Issue_2594.cpp
30077  Issue_2596.cfg                       cpp/Issue_2596.cpp
30078  empty.cfg                            cpp/Issue_2672-a.cpp
30079  empty.cfg                            cpp/Issue_2672-b.cpp

30080  nl_brace_brace-a.cfg                 cpp/nl_brace_brace.cpp
30081  Issue_2383.cfg                       cpp/Issue_2383.cpp
30082  Issue_931.cfg                        cpp/Issue_931.cpp
30083  Issue_995-do.cfg                     cpp/Issue_995-do.cpp
30084  Issue_1184.cfg                       cpp/Issue_1184.cpp
30085  nSolve.cfg                           cpp/align_class.cpp
30086  align_class-constr.cfg               cpp/align_class-constr.cpp
30087  Issue_1511.cfg                       cpp/Issue_1511.cpp
30088  Issue_2561.cfg                       cpp/Issue_2561.cpp
30089  Issue_2281.cfg                       cpp/Issue_2281.cpp

30090  bug_488.cfg                          cpp/bug_488.cpp
30091  bug_472.cfg                          cpp/bug_472.cpp
30092  ben_016.cfg                          cpp/bug_481.cpp
30093  sp_after_cast.cfg                    cpp/bug_484.cpp
30094  align-1.cfg                          cpp/bug_495.cpp
30095  ben_017.cfg                          cpp/bug_485.cpp
30096  bug_1854.cfg                         cpp/bug_1854.cpp
30097  align-1.cfg                          cpp/issue_1946.cpp
30098  Issue_2692.cfg                       cpp/Issue_2692.cpp
30099  sp_arith-f.cfg                       cpp/bug_1127.cpp

30100  nl_template-f.cfg                    cpp/templates.cpp
30101  nl_template-r.cfg                    cpp/templates.cpp
30102  template_sp-force.cfg                cpp/templates.cpp
30103  template_sp-remove.cfg               cpp/templates.cpp
30104  avalon3.cfg                          cpp/templ_class.h
30105  avalon4.cfg                          cpp/av.h
30106  nl_template-f.cfg                    cpp/templates2.cpp
30107  nl_template-r.cfg                    cpp/templates2.cpp
30108  nl_template-r.cfg                    cpp/templates3.cpp
30109  empty.cfg                            cpp/templates4.cpp

30110  class-nl_func-add2.cfg               cpp/class-init.cpp
30111  indent_columns-4.cfg                 cpp/bug_1346.h
30112  bug_1432.cfg                         cpp/bug_1432.cpp
30113  bug_1452.cfg                         cpp/bug_1452.cpp
30114  template_sp-remove.cfg               cpp/bug_1462.cpp
30115  empty.cfg                            cpp/Issue_1704.cpp
30116  Issue_1052.cfg                       cpp/Issue_1052.cpp
30117  Issue_2343.cfg                       cpp/Issue_2343.cpp
30118  Issue_2758.cfg                       cpp/Issue_2758.cpp
30119  Issue_2879.cfg                       cpp/Issue_2879.cpp

30120  template_sp-force.cfg                cpp/sp_after_angle.cpp
30121  template_sp-remove.cfg               cpp/sp_after_angle.cpp
30122  sp_inside_fparen-f.cfg               cpp/sp_after_angle.cpp
30123  sp_inside_fparen-r.cfg               cpp/sp_after_angle.cpp
30124  sp_after_angle-1.cfg                 cpp/sp_after_angle.cpp
30125  sp_after_angle-2.cfg                 cpp/sp_after_angle.cpp
30126  sp_after_angle-3.cfg                 cpp/sp_after_angle.cpp
30127  empty.cfg                            cpp/Issue_2565.cpp
30128  Issue_2873.cfg                       cpp/Issue_2873.cpp
30129  Issue_2890.cfg                       cpp/Issue_2890.cpp

30130  brace-allman.cfg                     cpp/if-constexpr.cpp
30131  Issue_3010.cfg                       cpp/Issue_3010.cpp
30132  sp_brace_catch.cfg                   cpp/sp_brace_catch.cpp

30200  bug_1862.cfg                         cpp/bug_1862.cpp
30201  cmt_indent-1.cfg                     cpp/cmt_indent.cpp
30202  cmt_indent-2.cfg                     cpp/cmt_indent.cpp
30203  cmt_indent-3.cfg                     cpp/cmt_indent.cpp
30204  indent_columns-4.cfg                 cpp/comment-align.cpp
30205  indent_columns-4.cfg                 cpp/cmt_right.cpp
30206  empty.cfg                            cpp/cmt_backslash_eol.cpp
30207  indent_class-t_columns-4.cfg         cpp/cmt_indent_pp.h
30208  bug_1108.cfg                         cpp/bug_1108.cpp
30209  empty.cfg                            cpp/bug_1134.cpp

30210  empty.cfg                            cpp/bug_1338.cpp
30211  space_indent_class-t_columns-4.cfg   cpp/indent_comment_align_thresh.cpp
30212  indent_comment_align_thresh_2.cfg    cpp/indent_comment_align_thresh.cpp
30213  align_right_comment.cfg              cpp/align_right_comment.cpp
30214  issue_1887.cfg                       cpp/align_across_braces.cpp
30215  empty.cfg                            cpp/Issue_2099.cpp
30216  Issue_2302.cfg                       cpp/Issue_2302.cpp
30217  empty.cfg                            cpp/2138.cpp
30218  sp_trailing_return-f.cfg             cpp/trailing_return.cpp
30219  sp_trailing_return-r.cfg             cpp/trailing_return.cpp

30220  bug_1340.cfg                         cpp/bug_1340.cpp
30221  Issue_2914.cfg                       cpp/Issue_2914.cpp
30222  sp_assign_default.cfg                cpp/trailing_return.cpp
30223  sp_enum_colon.cfg                    cpp/sp_enum_colon.cpp
30224  sp_enum_colon-r.cfg                  cpp/sp_enum_colon.cpp

30230  sp_type_func-r.cfg                   cpp/sp_type_func.cpp
30231  sp_type_func-f.cfg                   cpp/sp_type_func.cpp
30232  sp_type_func-1.cfg                   cpp/sp_type_func.cpp
30233  sp_type_func-2.cfg                   cpp/sp_type_func.cpp
30234  functype_param-r.cfg                 cpp/functype_param.cpp
30235  functype_param-f.cfg                 cpp/functype_param.cpp

30240  align_func_params-t.cfg              cpp/align_func_params.cpp
30241  align_func_params_span-1.cfg         cpp/align_func_params.cpp
30242  align_func_params_gap.cfg            cpp/align_func_params.cpp
30243  align_func_params_thresh_1.cfg       cpp/align_func_params.cpp
30244  align_func_params_thresh_2.cfg       cpp/align_func_params.cpp
30245  align_func_params_thresh_3.cfg       cpp/align_func_params.cpp
30246  align_func_params_thresh_4.cfg       cpp/align_func_params.cpp
30247  empty.cfg                            cpp/Issue_2332.cpp
30248  Issue_2831.cfg                       cpp/Issue_2831.cpp
30249  align-330.cfg                        cpp/align-330.cpp

30250  align_fcall.cfg                      cpp/align_fcall.cpp
30251  align_fcall-2.cfg                    cpp/align_fcall.cpp
30253  empty.cfg                            cpp/align_left_shift.cpp
30254  empty.cfg                            cpp/align_left_shift2.cpp
30255  ben_018.cfg                          cpp/align_constr.cpp
30256  empty.cfg                            cpp/func_call.cpp
30257  indent_columns-4.cfg                 cpp/func_call_chain.cpp
30258  indent_columns-3.cfg                 cpp/casts.cpp
30259  sp_after_constr_colon.cfg            cpp/sp_after_constr_colon.cpp

30260  var_def_gap.cfg                      cpp/var_def_gap.cpp
30261  align_var_def_thresh_1.cfg           cpp/align_var_def_thresh.cpp
30262  align_var_def_thresh_2.cfg           cpp/align_var_def_thresh.cpp
30263  align_var_def_thresh_3.cfg           cpp/align_var_def_thresh.cpp
30264  Issue_2668.cfg                       cpp/Issue_2668.cpp
30265  long_br_cmt.cfg                      cpp/long_br_cmt.cpp
30266  Issue_2921.cfg                       cpp/Issue_2921.cpp
30267  Issue_2930.cfg                       cpp/Issue_2930.cpp
30268  Issue_2692.cfg                       cpp/Issue_3018.cpp

30270  const_throw.cfg                      cpp/const_throw.cpp
30271  sp_throw_paren-r.cfg                 cpp/sp_throw_paren.cpp
30272  sp_throw_paren-f.cfg                 cpp/sp_throw_paren.cpp
30273  sp_cparen_oparen-f.cfg               cpp/sp_cparen_oparen.cpp
30274  sp_cparen_oparen-r.cfg               cpp/sp_cparen_oparen.cpp
30275  empty.cfg                            cpp/bug_1321.cpp
30278  bug_1439.cfg                         cpp/bug_1439.cpp
30279  indent_inside_ternary_operator.cfg   cpp/indent-inside-ternary-operator.cpp

30280  sp_dc.cfg                            cpp/sf557.cpp
30281  Issue_2478.cfg                       cpp/Issue_2478.cpp
30282  Issue_2703.cfg                       cpp/Issue_2703.cpp

30290  indent_shift.cfg                     cpp/align_left_shift.cpp
30291  indent_shift.cfg                     cpp/indent_shift.cpp
30292  align_eigen_comma_init.cfg           cpp/eigen.cpp
30293  pos_shift-lead.cfg                   cpp/pos_shift.cpp
30294  pos_shift-trail.cfg                  cpp/pos_shift.cpp
30295  pos_shift-join.cfg                   cpp/pos_shift.cpp

30300  ben_020.cfg                          cpp/enum_shr.cpp
30301  al.cfg                               cpp/enum_class.h
30302  bug_1315.cfg                         cpp/bug_1315.cpp
30303  Issue_2902.cfg                       cpp/Issue_2902.cpp

# TODO: Make a tests for a braced_init_list. See also 34153-34166.
30310  sp_word_brace_force.cfg              cpp/braced_init_list.cpp
30311  sp_word_brace_remove.cfg             cpp/uniform_initialization.cpp
30312  sp_inside_type_brace_init_lst-f.cfg  cpp/return_init_list.cpp
30313  sp_brace_brace-r.cfg                 cpp/sp_brace_brace.cpp
30314  sp_brace_brace-f.cfg                 cpp/sp_brace_brace.cpp
30315  issue_1997.cfg                       cpp/return_braced_init.cpp
30316  Issue_2428.cfg                       cpp/Issue_2428.cpp
30317  pos_comma-tb.cfg                     cpp/braced_init_template_decltype.cpp
30318  Issue_2949.cfg                       cpp/Issue_2949.cpp
30319  Issue_2886.cfg                       cpp/Issue_2886.cpp

30320  sp_return_paren-r.cfg                cpp/returns.cpp
30321  sp_return_paren-f.cfg                cpp/returns.cpp
30322  sp_return_brace-r.cfg                cpp/returns.cpp
30323  sp_return_brace-f.cfg                cpp/returns.cpp
30324  mod_paren_on_return-a.cfg            cpp/returns.cpp
30325  mod_paren_on_return-r.cfg            cpp/returns.cpp
30326  indent_off_after_return.cfg          cpp/indent_off_after_return.cpp
30327  indent_off_after_return.cfg          cpp/indent_off_after_return.cpp
30328  nl_type_brace_init_lst-f.cfg         cpp/call_brace_init_lst.cpp
30329  nl_type_brace_init_lst-r.cfg         cpp/call_brace_init_lst.cpp

30330  Issue_3080.cfg                       cpp/Issue_3080.cpp

30400  attribute_specifier_seqs.cfg         cpp/attribute_specifier_seqs.cpp
30401  Issue_2570.cfg                       cpp/Issue_2570.cpp

# function def newlines
30701  func-def-1.cfg                       cpp/function-def.cpp
30702  func-def-2.cfg                       cpp/function-def.cpp
30703  func-def-3.cfg                       cpp/function-def.cpp

30705  func_param.cfg                       cpp/func_param.cpp
30706  bug_1020.cfg                         cpp/bug_1020.cpp

30711  del_semicolon.cfg                    cpp/semicolons.cpp
30712  empty.cfg                            cpp/bug_1158.cpp
30713  empty.cfg                            cpp/fix_for_relational_operators.cpp
30714  empty.cfg                            cpp/Issue_1733.cpp
30715  Issue_2942.cfg                       cpp/Issue_2942.cpp

30720  wessex.cfg                           cpp/custom-open-2.cpp
30721  Issue_2386.cfg                       cpp/Issue_2386.cpp

30730  qt-1.cfg                             cpp/qt-1.cpp
30731  nl_access_spec.cfg                   cpp/qt-1.cpp
30732  Issue_2734.cfg                       cpp/Issue_2734.cpp

30740  sef.cfg                              cpp/sef.cpp
30741  al.cfg                               cpp/al.cpp
30742  indent_columns-2.cfg                 cpp/delete.cpp

30745  Issue_2170.cfg                       cpp/Issue_2170.cpp
30746  DefaultAndDelete-0.cfg               cpp/DefaultAndDelete.cpp
30747  DefaultAndDelete-1.cfg               cpp/DefaultAndDelete.cpp
30748  DefaultAndDelete-2.cfg               cpp/DefaultAndDelete.cpp

# TODO: Reduce the number of options, leave only those that affect lambda.
# TODO: Add tests for nested lambdas.

30750  ben_021.cfg                          cpp/lambda.cpp
30751  lambda1.cfg                          cpp/lambda.cpp
30752  lambda2.cfg                          cpp/lambda.cpp
30753  lambda3.cfg                          cpp/lambda2.cpp
30754  indent_with_tabs-0.cfg               cpp/bug_i_682.h
30755  empty.cfg                            cpp/bug_i_938.h
30756  bug_1296.cfg                         cpp/bug_1296.cpp
30757  Issue_3054.cfg                       cpp/Issue_3054.cpp
30758  Issue_3054-2.cfg                     cpp/Issue_3054-2.cpp

30761  out-668-F.cfg                        cpp/out-668.cpp
30762  out-668-T.cfg                        cpp/out-668.cpp
30763  Issue_2166.cfg                       cpp/Issue_2166.cpp
30764  Issue_2591.cfg                       cpp/Issue_2591.cpp

30770 sp_cpp_lambda_square_paren-r.cfg      cpp/lambda.cpp
30771 sp_cpp_lambda_square_paren-f.cfg      cpp/lambda.cpp
30772 sp_cpp_lambda_square_brace-r.cfg      cpp/lambda.cpp
30773 sp_cpp_lambda_square_brace-f.cfg      cpp/lambda.cpp
30774 sp_cpp_lambda_paren_brace-r.cfg       cpp/lambda.cpp
30775 sp_cpp_lambda_paren_brace-f.cfg       cpp/lambda.cpp
30776 sp_cpp_lambda_fparen-r.cfg            cpp/sp_cpp_lambda_fparen.cpp
30777 sp_cpp_lambda_fparen-f.cfg            cpp/sp_cpp_lambda_fparen.cpp

30780 lambda_in_one_liner.cfg               cpp/lambda_in_one_liner.cpp
30781 lambda_in_one_liner.cfg               cpp/lambda_brace_list.cpp

30790 Issue_2795.cfg                        cpp/Issue_2795.cpp

30800  star_pos-0.cfg                       cpp/align-star-amp-pos.cpp
30801  star_pos-1.cfg                       cpp/align-star-amp-pos.cpp
30802  star_pos-2.cfg                       cpp/align-star-amp-pos.cpp
30803  bug_1403.cfg                         cpp/bug_1403.cpp
30804  block_pointer.cfg                    cpp/block_pointer.cpp
30805  ptr_star-1.cfg                       cpp/ptr-star.cpp
30806  ptr_star-2.cfg                       cpp/ptr-star.cpp
30807  ptr_star-3.cfg                       cpp/ptr-star.cpp
30808  sp_after_ptr_star_qualifier-f.cfg    cpp/ptr-star.cpp
30809  empty.cfg                            cpp/bug_1289.cpp

30810  ben_022.cfg                          cpp/ptr-star.cpp
30811  avalon4.cfg                          cpp/misc3.cpp
30812  ben_023.cfg                          cpp/misc4.cpp
30813  ben_024.cfg                          cpp/misc5.cpp
30814  empty.cfg                            cpp/misc6.cpp
30815  width-2.cfg                          cpp/cmt-reflow.cpp
30816  cu.cfg                               cpp/for_long.cpp
30817  indent_columns-3.cfg                 cpp/cmt-cpp-cont.cpp
30818  bug_1169.cfg                         cpp/bug_1169.cpp
30819  bug_1170.cfg                         cpp/bug_1170.cpp

30820  pp_define_at_level-1.cfg             cpp/pp-define-indent.cpp
30821  empty.cfg                            cpp/pp_indent_case.cpp
30822  empty.cfg                            cpp/pp_indent_brace.cpp
30823  empty.cfg                            cpp/pp_indent_func_def.cpp
30824  empty.cfg                            cpp/pp_indent_extern.cpp
30825  Issue_1966.cfg                       cpp/Issue_1966.cpp
30826  Issue_2319.cfg                       cpp/Issue_2319.cpp
30827  Issue_1167.cfg                       cpp/Issue_1167.cpp
30828  bug_1691.cfg                         cpp/bug_1691.cpp
30829  ptr_star-2.cfg                       cpp/Issue_2726.cpp

30830  kw_subst2.cfg                        cpp/kw_subst.cpp
30831  kw_subst.cfg                         cpp/kw_subst2.cpp
30832  kw_subst4.cfg                        cpp/kw_subst.cpp

30840  nl_func_type_name_remove.cfg         cpp/nl_func_type_name.cpp
30841  nl_func_type_name_force.cfg          cpp/nl_func_type_name.cpp
30842  nl_func_type_name_class.cfg          cpp/nl_func_type_name.cpp
30843  nl_func_type_name_mixed.cfg          cpp/nl_func_type_name.cpp
30844  Issue_2771.cfg                       cpp/Issue_2771.cpp
30845  ben_026.cfg                          cpp/deref.cpp

30850  sp_cmt_cpp_start_force.cfg           cpp/sp_cmt_cpp_start.cc
30852  sp_paren_qualifier-f.cfg             cpp/Issue_2138.cpp
30853  sp_paren_noexcept-f.cfg              cpp/noexcept.cpp
30854  Issue_1703.cfg                       cpp/Issue_1703.cpp
30855  empty.cfg                            cpp/cpp_move.cpp
30856  sp_cmt_cpp_region-f.cfg              cpp/sp_cmt_cpp_region.cpp
30857  sp_cmt_cpp_region-r.cfg              cpp/sp_cmt_cpp_region.cpp

30860  sf574.cfg                            cpp/sf574.cpp

30870  cmt_insert-0.cfg                     cpp/cmt_insert.cpp
30871  cmt_insert-1.cfg                     cpp/cmt_insert.cpp
30872  Issue_2752.cfg                       cpp/Issue_2752.cpp
#      will also use the file footer.txt

30880  empty.cfg                            cpp/bug_1758.cpp
30881  bug_1758-f.cfg                       cpp/bug_1758-f.cpp

30900  region-0.cfg                         cpp/region.cpp
30901  region-1.cfg                         cpp/region.cpp
30902  region-2.cfg                         cpp/region.cpp
30903  region-3.cfg                         cpp/region.cpp
30907  Issue_1813.cfg                       cpp/Issue_1813.cpp
30908  Issue_1813.cfg                       cpp/Issue_1813-2.cpp
30909  Issue_1813.cfg                       cpp/Issue_1813-3.cpp

30910  indent_namespace-t.cfg               cpp/indent_namespace.h
30911  indent_class-t.cfg                   cpp/indent_namespace.h
30912  long_namespace.cfg                   cpp/long_namespace.cpp
30913  indent_namespace-t.cfg               cpp/indent_namespace2.h
30914  indent_namespace_single_indent.cfg   cpp/indent_namespace_single_indent.h
30915  empty.cfg                            cpp/bug_1235.cpp
30916  empty.cfg                            cpp/Issue_1737.cpp
30917  Issue_2345.cfg                       cpp/Issue_2345-3.cpp
30918  Issue_2345.cfg                       cpp/Issue_2345-4.cpp
30919  empty.cfg                            cpp/Issue_2387.cpp

30920  ben_027.cfg                          cpp/indent-off.cpp
30921  ben_028.cfg                          cpp/variadic-template.h
30922  sp_before_ellipsis-f.cfg             cpp/variadic-template.h
30923  sf.2886991-f.cfg                     cpp/sf.2886991.cpp
30924  sf.2886991-r.cfg                     cpp/sf.2886991.cpp
30925  sp_func_call_empty.cfg               cpp/function-def.cpp
30926  sp_func_class_empty.cfg              cpp/function-def.cpp
30927  sp_func_def_empty.cfg                cpp/function-def.cpp
30928  sp_func_proto_empty.cfg              cpp/function-def.cpp
30929  bug_1324.cfg                         cpp/bug_1324.cpp

30930  indent_var_def.cfg                   cpp/indent_var_def.cpp
30931  indent_var_def_cont-t.cfg            cpp/indent_var_def_cont.cpp
30932  empty.cfg                            cpp/indent_var_def_cont.cpp
30933  indent_paren_after_func_def-t.cfg    cpp/indent_paren_after_func_def.cpp
30934  indent_paren_after_func_decl-t.cfg   cpp/indent_paren_after_func_decl.cpp
30935  ben_029.cfg                          cpp/indent-misc.cpp
30936  indent_braces_no.cfg                 cpp/indent_braces_no.h
30937  indent_param.cfg                     cpp/indent_param.cpp
30938  empty.cfg                            cpp/indent_switch_pp.cpp
30939  indent_paren_after_func_call-t.cfg   cpp/indent_paren_after_func_call.cpp

30940  mod_case_brace_rm.cfg                cpp/case-brace-remove.cpp
30941  Issue_2150.cfg                       cpp/Issue_2150.cpp
30942  Issue_1692.cfg                       cpp/Issue_1692.cpp
30943  Issue_2735.cfg                       cpp/Issue_2735.cpp
30944  sp_paren_comma.cfg                   cpp/sp_paren_comma.cpp
30945  sp_before_byref-r.cfg                cpp/sf.3266678.cpp
30946  sf.3315874.cfg                       cpp/sf.3315874.h
30947  bug_1689.cfg                         cpp/bug_1689.cpp
30948  sp_before_byref_func.cfg             cpp/sp_before_byref_func.cpp
30949  Issue_2757.cfg                       cpp/Issue_2757.cpp

30950  sp_before_tr_emb_cmt-f.cfg           cpp/sp_before_tr_emb_cmt_input.cpp
30951  sp_before_tr_emb_cmt-a.cfg           cpp/sp_before_tr_emb_cmt_input.cpp
30952  sp_before_constr_colon.cfg           cpp/sp_before_constr_colon.cpp
30953  constr_colon.cfg                     cpp/constr_colon.cpp
30954  Issue_2305.cfg                       cpp/Issue_2305.cpp
30955  indent_ctor_init.cfg                 cpp/indent_ctor_init.cpp
30956  indent_ctor_init_leading.cfg         cpp/indent_ctor_init.cpp
30957  negative_indent.cfg                  cpp/class-init.cpp
30958  nl_for_leave_one_liners-f.cfg        cpp/nl_for_leave_one_liners.cpp
30959  nl_for_leave_one_liners-t.cfg        cpp/nl_for_leave_one_liners.cpp

30960  Issue_2151.cfg                       cpp/Issue_2151.cpp
30961  Issue_2232.cfg                       cpp/Issue_2232.cpp
30962  nl_assign_leave_one_liners.cfg       cpp/nl_assign_leave_one_liners.cpp
30963  Issue_2907.cfg                       cpp/Issue_2907.cpp
30964  Issue_2823.cfg                       cpp/Issue_2823.cpp

30970  Issue_2219.cfg                       cpp/Issue_2219.cpp
30971  Issue_2224.cfg                       cpp/Issue_2224.cpp
30972  Issue_2229.cfg                       cpp/Issue_2229.cpp
30973  Issue_2236.cfg                       cpp/Issue_2236.cpp
30974  empty.cfg                            cpp/using-alias-in-define.cpp

31000  empty.cfg                            cpp/digraph.cpp
31001  ben_030.cfg                          cpp/digraph.cpp

31562  space_indent_class-t_columns-4.cfg   cpp/sf562.cpp
31567  align_same_func_call_params-t.cfg    cpp/sf567.cpp
31568  Issue_2368.cfg                       cpp/Issue_2368.cpp

31583  empty.cfg                            cpp/sf583.cpp
31593  indent_continue-8.cfg                cpp/sf593.cpp
31594  issue_672.cfg                        cpp/issue_672.cpp
31595  issue_1778.cfg                       cpp/issue_1778.cpp
31596  issue_1782.cfg                       cpp/issue_1782.cpp
31597  issue_1804.cfg                       cpp/issue_1804.cpp
31598  Issue_1753.cfg                       cpp/Issue_1753.cpp

31600  sp_paren_ellipsis-f.cfg              cpp/parameter-packs.cpp
31601  sp_paren_ellipsis-r.cfg              cpp/parameter-packs.cpp
31602  sp_sizeof_ellipsis-f.cfg             cpp/parameter-packs.cpp
31603  sp_sizeof_ellipsis-r.cfg             cpp/parameter-packs.cpp
31604  sp_before_ellipsis-f.cfg             cpp/parameter-packs.cpp
31605  sp_before_ellipsis-r.cfg             cpp/parameter-packs.cpp
31606  sp_type_ellipsis-f.cfg               cpp/parameter-packs.cpp
31607  sp_type_ellipsis-r.cfg               cpp/parameter-packs.cpp
31608  sp_sizeof_ellipsis_paren-f.cfg       cpp/parameter-packs.cpp
31609  sp_sizeof_ellipsis_paren-r.cfg       cpp/parameter-packs.cpp

31610  Issue_2085.cfg                       cpp/Issue_2085.cpp

31620  sp_after_type-f.cfg                  cpp/sp_after_type.cpp
31621  sp_after_type-i.cfg                  cpp/sp_after_type.cpp
31622  sp_after_cast-f.cfg                  cpp/sp_after_type.cpp
31623  sp_after_cast-r.cfg                  cpp/sp_after_type.cpp
31624  sp_before_ptr_star-f.cfg             cpp/sp_after_type.cpp
31625  sp_before_ptr_star-r.cfg             cpp/sp_after_type.cpp
31626  sp_decltype_paren-f.cfg              cpp/issue_1916.cpp
31627  sp_decltype_paren-r.cfg              cpp/issue_1916.cpp
31628  sp_after_decltype-f.cfg              cpp/issue_1916.cpp
31629  sp_after_decltype-r.cfg              cpp/issue_1916.cpp

31630  sp_after_type-f.cfg                  cpp/issue_1916.cpp
31631  sp_after_type-r.cfg                  cpp/issue_1916.cpp
31632  issue_1916.cfg                       cpp/issue_1916.cpp
31633  sp_after_decltype-f.cfg              cpp/sp_after_decltype.cpp
31634  sp_after_decltype-r.cfg              cpp/sp_after_decltype.cpp
31635  empty.cfg                            cpp/sp_decltype.cpp
31636  Issue_1923.cfg                       cpp/Issue_1923.cpp

31660  nl_func_var_def_blk-1.cfg            cpp/issue_1919.cpp
31661  Issue_3097.cfg                       cpp/Issue_3097.cpp

31700  toggle_processing_cmt.cfg            cpp/toggle_processing_cmt.cpp
31701  toggle_processing_cmt2.cfg           cpp/toggle_processing_cmt2.cpp
31702  toggle_processing_cmt3.cfg           cpp/toggle_processing_cmt.cpp
31703  toggle_processing_cmt4.cfg           cpp/toggle_processing_cmt.cpp

31710  empty.cfg                            cpp/string_replace_tab_chars.cpp
31711  string_replace_tab_chars-t.cfg       cpp/string_replace_tab_chars.cpp

31720  ben_031.cfg                          cpp/bit-colon.cpp
31721  Issue_2689.cfg                       cpp/Issue_2689.cpp

31730  sp_arith-a.cfg                       cpp/ms-style-ref.cpp

31740  empty.cfg                            cpp/I2102.cpp

32000  sp_skip_vbrace_tokens.cfg            cpp/sp_skip_vbrace_tokens.cpp
32001  empty.cfg                            cpp/issue_547_for_each.cpp
32002  empty.cfg                            cpp/proto-wrap.cpp
32003  align_var_class_span-1.cfg           cpp/issue_633_typename.cpp
32004  empty.cfg                            cpp/issue_624_angle.cpp
32005  align_var_class_span-1.cfg           cpp/issue_633_typename.cpp
32006  space_indent_columns-4.cfg           cpp/bug_i_687.cpp
32007  Issue_3052.cfg                       cpp/Issue_3052.cpp
32008  Issue_3034.cfg                       cpp/Issue_3034.cpp

32100  cpp17.cfg                            cpp/cpp17.cpp
32105  I2103.cfg                            cpp/I2103.cpp

32115  2185.cfg                             cpp/2185.cpp

33000  tab-0-11.cfg                         cpp/tab-0.cpp
33001  indent_columns-11.cfg                cpp/tab-1.cpp
33002  empty.cfg                            cpp/cmt_convert_tab_to_spaces.cpp
33003  cmt_convert_tab_to_spaces-t.cfg      cpp/cmt_convert_tab_to_spaces.cpp
33004  sp_cmt_cpp_start-a.cfg               cpp/DoxygenComments.cpp
33005  sp_cmt.cfg                           cpp/DoxygenComments.cpp
33006  empty.cfg                            cpp/string_replace_tab_chars.cpp
33007  empty.cfg                            cpp/NewLine.cpp
33008  NewLine-r.cfg                        cpp/NewLine.cpp
33009  NewLine-f.cfg                        cpp/NewLine0.cpp

33010  indent_columns-4.cfg                 cpp/Q_EMIT.cpp
33011  indent_class-t_columns-4.cfg         cpp/static.h
33012  kdepim2.cfg                          cpp/Q_SIGNAL_SLOT.cpp
33013  kdepim3.cfg                          cpp/Q_2.cpp
33014  indent_columns-4.cfg                 cpp/DB.cpp
33015  kdepim5.cfg                          cpp/Q_FOREACH.cpp
33016  indent_once.cfg                      cpp/indent.cpp
33017  bug_1160.cfg                         cpp/bug_1160.cpp
33018  byref-2.cfg                          cpp/byref-2.cpp
33019  bug_657.cfg                          cpp/bug_657.cpp

33020  sp_cmt.cfg                           cpp/bug_662.cpp
33021  bug_633.cfg                          cpp/bug_633.cpp
33022  empty.cfg                            cpp/bug_634.cpp
33023  indent_once.cfg                      cpp/bug_651.cpp
33024  empty.cfg                            cpp/bug_653.cpp
33025  empty.cfg                            cpp/bug_654.cpp
33026  empty.cfg                            cpp/bug_631.cpp
33027  bug_664.cfg                          cpp/bug_664.cpp
33028  sp_inside_braces_empty-r.cfg         cpp/braces_empty.cpp
33029  cast.cfg                             cpp/cast.cpp

33030  space_indent_columns-4.cfg           cpp/Q_FOREVER.cpp
33031  align_assign_span-1.cfg              cpp/bug_612.cpp
33032  bug_670.cfg                          cpp/bug_670.cpp
33033  bug_670.cfg                          cpp/bug_670.h
33034  bug_671.cfg                          cpp/bug_671.h
33035  cmt_cpp_to_c-t.cfg                   cpp/patch_32.cpp
33036  empty.cfg                            cpp/bug_663.cpp
33037  func_class.cfg                       cpp/func_class.cpp
33038  func_class.cfg                       cpp/func_class.h
33039  mod_remove_empty_return-t.cfg        cpp/mod_remove_empty_return.cpp

33040  nl_after_func_proto_group-3.cfg      cpp/bug_i_411.cpp
33041  nl_after_func_proto-3.cfg            cpp/bug_i_411.cpp
33042  nl_after_func_class_proto-3.cfg      cpp/bug_i_411.cpp
33043  bug_i_478.cfg                        cpp/bug_i_478.cpp
33044  sp_before_comma-f.cfg                cpp/bug_i_481.cpp
33045  indent_columns-4.cfg                 cpp/bug_i_width.cpp
33046  bug_i_409-split.cfg                  cpp/bug_i_409.cpp
33047  bug_i_409-create.cfg                 cpp/bug_i_409.cpp
33048  bug_i_405.cfg                        cpp/bug_i_405.cpp
33049  pp-pragma.cfg                        cpp/pp-pragma.cpp

33050  empty.cfg                            cpp/issue_523.cpp
33051  empty.cfg                            cpp/bug_i_503.cpp
33052  empty.cfg                            cpp/bug_i_512.cpp
33053  space_indent_columns-4.cfg           cpp/for_auto.cpp
33054  indent_columns-3.cfg                 cpp/bug_i_825.cpp
33056  empty.cfg                            cpp/bug_33056.cpp
33057  bug_1349.cfg                         cpp/bug_1349.cpp
#33058  sp_arith-a.cfg                       cpp/stdcall.cpp
33059  mod_remove_empty_return-t.cfg        cpp/mod_remove_empty_return-2.cpp

33060  empty.cfg                            cpp/if_constexpr.cpp
33061  empty.cfg                            cpp/if_chain_braces.cpp
33062  mod_full_brace_if_chain-t.cfg        cpp/if_chain_braces.cpp
33063  mod_full_brace_if_chain_only-t.cfg   cpp/if_chain_braces.cpp
33064  if_chain_braces_2.cfg                cpp/if_chain_braces.cpp
33069  Issue_2195.cfg                       cpp/Issue_2195.cpp

33070  code_width-70.cfg                    cpp/multi_line.cpp
33071  multi_line_1.cfg                     cpp/multi_line.cpp
33072  multi_line_2.cfg                     cpp/multi_line.cpp
33073  multi_line_3.cfg                     cpp/multi_line.cpp
33074  multi_line_4.cfg                     cpp/multi_line.cpp
33075  multi_line_5.cfg                     cpp/multi_line.cpp
33076  multi_line_6.cfg                     cpp/multi_line.cpp
33077  multi_line_7.cfg                     cpp/multi_line.cpp
33078  multi_line_8.cfg                     cpp/multi_line.cpp
33079  multi_line_9.cfg                     cpp/multi_line.cpp

33080  multi_line_10.cfg                    cpp/multi_line.cpp
33081  space_indent_columns-4.cfg           cpp/bug_i_552.cpp
33082  empty.cfg                            cpp/namespace_namespace.cpp
33083  bug_i_359.cfg                        cpp/bug_i_359.cpp
33084  op_sym_empty.cfg                     cpp/op_sym_empty.cpp
33085  indent_with_tabs-0.cfg               cpp/bug_i_323.cpp
33086  indent_class-t.cfg                   cpp/bug_i_568.cpp
33087  space_indent_columns-4.cfg           cpp/bug_i_596.cpp
33088  empty.cfg                            cpp/bug_i_197.cpp
33089  indent_class-t_columns-4.cfg         cpp/bug_643.cpp

33090  empty.cfg                            cpp/gh555.cpp
33091  no_squeeze_ifdef.cfg                 cpp/squeeze_ifdef.cpp
33092  squeeze_ifdef.cfg                    cpp/squeeze_ifdef.cpp
33093  sp_angle_paren-f.cfg                 cpp/sp_angle_paren.cpp
33094  sp_angle_paren_empty.cfg             cpp/sp_angle_paren.cpp
33095  bug_i_322.cfg                        cpp/bug_i_322.cpp
33096  squeeze_ifdef_top.cfg                cpp/squeeze_ifdef.cpp
33097  pos_enum_comma-tf.cfg                cpp/enum_comma.h
33098  pos_comma-lf.cfg                     cpp/enum_comma.h
33099  enum_comma-3.cfg                     cpp/enum_comma.h

33100  enum_comma-4.cfg                     cpp/enum_comma.h
33101  pos_comma-tb.cfg                     cpp/enum_comma.h
33102  enum_comma-6.cfg                     cpp/enum_comma.h
33103  bug_858-f.cfg                        cpp/bug_858.cpp
33104  bug_858-r.cfg                        cpp/bug_858.cpp
33105  bug_1001.cfg                         cpp/bug_1001.cpp
33106  bool-pos-eol-force.cfg               cpp/pos_bool_in_template.h
33107  Issue_2688.cfg                       cpp/Issue_2688.cpp
33108  Issue_2045.cfg                       cpp/Issue_2045.cpp

33110  enum.cfg                             cpp/enum.cpp
33120  Issue_2149.cfg                       cpp/Issue_2149.cpp

33150  indent_columns-4.cfg                 cpp/bug_i_753.cpp
33151  bug_i_752.cfg                        cpp/bug_i_752.cpp
33152  bug_1004.cfg                         cpp/bug_1004.cpp

33160  sp_before_byref-r.cfg                cpp/bug_1112.cpp
33161  sp_before_byref-r.cfg                cpp/byref-3.cpp

33180  pp_multi_comment.cfg                 cpp/pp_multi_comment.cpp
33181  Issue_2759.cfg                       cpp/Issue_2759.cpp
33182  Issue_2794.cfg                       cpp/Issue_2794.cpp

33200  cmt_multi_first_len_minimum-1.cfg    cpp/first_len_minimum.cpp

33201  indent_ctor_members_twice.cfg        cpp/indent_ctor_members_twice.cpp
33202  initlist_leading_commas.cfg          cpp/initlist_leading_commas.cpp
33203  Issue_2574.cfg                       cpp/Issue_2574.cpp
33204  Issue_2582.cfg                       cpp/Issue_2582.cpp

33210  disable_nl_cont.cfg                  cpp/templates4.cpp
33211  disable_nl_cont.cfg                  cpp/pp_multi_comment.cpp
33212  disable_nl_cont.cfg                  cpp/pp-define-indent.cpp
33213  disable_nl_cont.cfg                  cpp/disable_macro.cpp
33214  Issue_2742.cfg                       cpp/Issue_2742.cpp
33215  Issue_3055.cfg                       cpp/Issue_3055.cpp
33216  Issue_3055.cfg                       cpp/Issue_3055-a.cpp
33217  empty.cfg                            cpp/Issue_3113.cpp

34001  nl_before_after.cfg                  cpp/nl_before_after.h
34002  indent_columns-3.cfg                 cpp/bug_i_793.cpp
34003  nl_max_blank_in_func-1.cfg           cpp/nl_max_blank_in_func.cpp
34004  nl_max_blank_in_func-4.cfg           cpp/nl_max_blank_in_func.cpp
34005  empty.cfg                            cpp/nl_max_blank_in_func.cpp
34006  empty.cfg                            cpp/bug_i_575.cpp
34007  indent_with_tabs-0.cfg               cpp/bug_i_928.cpp

34100  empty.cfg                            cpp/bug_i_525.cpp
34101  empty.cfg                            cpp/bug_i_646.cpp
34105  bug_i_663.cfg                        cpp/bug_i_663.cpp
34108  bug_i_666.cfg                        cpp/bug_i_666.cpp

34112  sp_after_cast-r.cfg                  cpp/bug_i_889.cpp
34113  nl_before_func_body_def-1.cfg        cpp/bug_902.cpp
34114  nl_before_func_body_def-2.cfg        cpp/bug_902.cpp
34115  nl_before_func_body_def-2.cfg        cpp/nl_before_func_body_def.cpp
34116  nl_before_func_body_def-2.cfg        cpp/issue_2000.cpp
34117  extern_func.cfg                      cpp/extern_func.cpp
34118  Issue_2163.cfg                       cpp/Issue_2163.cpp

34120  align_assign_span-1.cfg              cpp/bug_i_999.cpp
34121  bug_1717.cfg                         cpp/bug_1717.cpp
34122  Issue_2440.cfg                       cpp/Issue_2440.cpp
34123  Issue_2440_nl.cfg                    cpp/Issue_2440_nl.cpp

34130  nl_brace_fparen-f.cfg                cpp/bug_i_1000.cpp
34131  nl_brace_fparen-r.cfg                cpp/bug_i_1000.cpp
34132  new_op_a.cfg                         cpp/new_op.cpp
34133  new_op_f.cfg                         cpp/new_op.cpp
34134  new_op_r.cfg                         cpp/new_op.cpp
34135  new_op_paren_open_close.cfg          cpp/new_op.cpp
34136  sp_balance_nested_parens.cfg         cpp/sp_balance_nested_parens.cpp

34140  empty.cfg                            cpp/bug_1027.cpp
34141  empty.cfg                            cpp/bug_1005.cpp
34142  sp_before_byref-r.cfg                cpp/I1112-1.cpp
34143  I1112-2.cfg                          cpp/I1112-2.cpp
34144  sp_before_ptr_star-r.cfg             cpp/I1112-3.cpp
34145  i683.cfg                             cpp/i683.cpp
34146  sp_bool-f.cfg                        cpp/bug_1002.cpp
34147  sp_bool-r.cfg                        cpp/bug_1002.cpp
34148  nl_before_if_closing_paren-f.cfg     cpp/bug_1139.cpp
34149  nl_before_if_closing_paren-r.cfg     cpp/bug_1139.cpp

34150  empty.cfg                            cpp/bug_1032.cpp
34151  indent_else_if-t.cfg                 cpp/bug_666.cpp
34152  empty.cfg                            cpp/bug_1068.cpp
34153  nl_type_brace_init_lst-f.cfg         cpp/type_brace_init_lst.cpp
34154  nl_type_brace_init_lst-r.cfg         cpp/type_brace_init_lst.cpp
34155  nl_type_brace_init_lst_open-f.cfg    cpp/type_brace_init_lst.cpp
34156  nl_type_brace_init_lst_open-r.cfg    cpp/type_brace_init_lst.cpp
34157  nl_type_brace_init_lst_close-f.cfg   cpp/type_brace_init_lst.cpp
34158  nl_type_brace_init_lst_close-r.cfg   cpp/type_brace_init_lst.cpp
34159  sp_type_brace_init_lst-f.cfg         cpp/type_brace_init_lst.cpp

34160  sp_type_brace_init_lst-r.cfg         cpp/type_brace_init_lst.cpp
34161  sp_inside_type_brace_init_lst-f.cfg  cpp/type_brace_init_lst.cpp
34162  sp_inside_type_brace_init_lst-r.cfg  cpp/type_brace_init_lst.cpp
34163  sp_after_type_brace_init_lst_open-f.cfg  cpp/type_brace_init_lst.cpp
34164  sp_after_type_brace_init_lst_open-r.cfg  cpp/type_brace_init_lst.cpp
34165  sp_before_type_brace_init_lst_close-f.cfg  cpp/type_brace_init_lst.cpp
34166  sp_before_type_brace_init_lst_close-r.cfg  cpp/type_brace_init_lst.cpp
34167  nl_func_call_args_multi_line_ignore_closures.cfg cpp/nl_func_call_args_multi_line_ignore_closures.cpp
34168  nl_type_brace_init_lst-r.cfg         cpp/Issue_2910.cpp
34169  sp_inside_fparens-f.cfg              cpp/init-list-call.cpp

34170  empty.cfg                            cpp/i1082.cpp
34171  empty.cfg                            cpp/i1181.cpp
34172  space_indent_columns-4.cfg           cpp/i1165.cpp
34173  arith-vs-ptr.cfg                     cpp/i1464.cpp
34174  arith-vs-ptr.cfg                     cpp/i1466.cpp
34175  align_assign_span-1.cfg              cpp/i1509.cpp
34176  align_assign_span-1.cfg              cpp/i1509_bug_1112_correction.cpp
34177  sp_func_call_paren.cfg               cpp/sp_func_call_paren.cpp

34180  bug_1402.cfg                         cpp/bug_1402.cpp

34190  bug_1003.cfg                         cpp/bug_1003.cpp
34191  empty.cfg                            cpp/comment-align-multiline.cpp
34192  mod_remove_extra_semicolon-t.cfg     cpp/i1207.cpp
34193  empty.cfg                            cpp/i1218.cpp
34194  sp_arith_additive-f.cfg              cpp/sp_arith_additive.cpp
34195  sp_arith_additive-r.cfg              cpp/sp_arith_additive.cpp
34196  Issue_1460.cfg                       cpp/Issue_1460.h
34197  bug_1161.cfg                         cpp/bug_1161.cpp
34198  sp_dc.cfg                            cpp/bug_1249.cpp
34199  empty.cfg                            cpp/not_lambda.cpp

34200  i1536.cfg                            cpp/i1536.cpp
34201  mod_add_long_namespace_closebrace_comment-1.cfg  cpp/i1565.cpp
34202  mod_add_long_namespace_closebrace_comment-1.cfg  cpp/i1617.cpp
34203  i1516.cfg                            cpp/i1516.cpp
34204  align_func_params_span-1.cfg         cpp/func_param_indent_leading_comma.cpp
34205  bug_1395.cfg                         cpp/bug_1395.cpp
34206  indent_semicolon_for_paren-t.cfg     cpp/for_loop_head.cpp
34207  indent_first_for_expr-t.cfg          cpp/for_loop_head.cpp
34208  nl_func_type_name-r.cfg              cpp/conversion_operator.cpp
34209  nl-brAfter-fcallParen.cfg            cpp/lambda_selfcalling.cpp

# TODO: Find relevant test cases for 'override'.
34210  empty.cfg                            cpp/override_virtual.cpp
34211  anonymous_enum.cfg                   cpp/anonymous_enum.cpp

34250  empty.cfg                            cpp/bug_1607.cpp
34251  bug_1649.cfg                         cpp/bug_1649.cpp
34252  nl_after_func_proto_group-3.cfg      cpp/issue_2001.cpp
34253  nl_after_func_proto_group-3.cfg      cpp/friends.cpp
34254  issue_1985.cfg                       cpp/issue_1985.cpp
34255  eat_blanks_after_codewidth.cfg       cpp/eat_blanks_after_codewidth.cpp
34256  Issue_2836.cfg                       cpp/Issue_2836.cpp

34280  UNI-29935.cfg                        cpp/UNI-29935.cpp

34290  sp_type_brace_init_lst-f.cfg         cpp/brace_brace_init_lst.cpp
34291  sp_type_brace_init_lst-r.cfg         cpp/brace_brace_init_lst.cpp
34292  sp_inside_type_brace_init_lst-f.cfg  cpp/brace_brace_init_lst.cpp
34293  sp_inside_type_brace_init_lst-r.cfg  cpp/brace_brace_init_lst.cpp
34294  sp_after_type_brace_init_lst_open-f.cfg  cpp/brace_brace_init_lst.cpp
34295  sp_after_type_brace_init_lst_open-r.cfg  cpp/brace_brace_init_lst.cpp
34296  i1768.cfg                            cpp/i1768.cpp
34297  align_assign_decl_func-0.cfg         cpp/align-assign-mixed.cpp
34298  align_assign_decl_func-1.cfg         cpp/align-assign-mixed.cpp
34299  align_assign_decl_func-2.cfg         cpp/align-assign-mixed.cpp

# __asm__
34300  bug_1236.cfg                         cpp/bug_1236.cpp
34301  nl_fdef_brace_cond-f.cfg             cpp/nl_fdef_brace_cond-f.cpp
34302  nl_fdef_brace_cond-r.cfg             cpp/nl_fdef_brace_cond-r.cpp
34303  nl_fdef_brace_cond-fr.cfg            cpp/nl_fdef_brace_cond-fr.cpp
34304  nl_fdef_brace_cond-rf.cfg            cpp/nl_fdef_brace_cond-rf.cpp
34305  issue_2124-1.cfg                     cpp/issue_2124-1.cpp
34306  issue_2124-2.cfg                     cpp/issue_2124-2.cpp
34307  2203.cfg                             cpp/2203.cpp
34308  enum_comment_wrap.cfg                cpp/enum_comment_wrap.cpp
34309  issue_2209.cfg                       cpp/issue_2209-1.cpp

34310  issue_2209.cfg                       cpp/issue_2209-2.cpp
34311  Issue_2250.cfg                       cpp/Issue_2250.cpp
34312  Issue_2101.cfg                       cpp/Issue_2101.cpp
34313  Issue_2437.cfg                       cpp/Issue_2437.cpp
34314  Issue_2604.cfg                       cpp/Issue_2604.cpp
34315  align_func_proto_thresh_1.cfg        cpp/align_func_proto_thresh.cpp
34316  align_func_proto_thresh_2.cfg        cpp/align_func_proto_thresh.cpp
34317  align_func_proto_thresh_3.cfg        cpp/align_func_proto_thresh.cpp
34318  align_assign_func_proto_1.cfg        cpp/align_assign_func_proto.cpp
34319  align_func_proto_thresh_4.cfg        cpp/align_func_proto_thresh2.cpp

34320  align_func_proto_thresh_5.cfg        cpp/align_func_proto_thresh2.cpp
34321  bug_2285.cfg                         cpp/bug_2285.cpp
34322  issue_2623_1.cfg                     cpp/issue_2623.cpp
34323  issue_2623_2.cfg                     cpp/issue_2623.cpp
34324  issue_2623_3.cfg                     cpp/issue_2623.cpp
34325  Issue_3025.cfg                       cpp/Issue_3025.cpp
34326  Issue_3040.cfg                       cpp/Issue_3040.cpp
34327  Issue_3044.cfg                       cpp/Issue_3044.cpp
34328  Issue_3048.cfg                       cpp/Issue_3048.cpp

34330  Issue_3061_0nl.cfg                   cpp/Issue_3061_0nl.cpp
34331  Issue_3061_0nl.cfg                   cpp/Issue_3061_1nl.cpp
34332  Issue_3061_0nl.cfg                   cpp/Issue_3061_2nl.cpp
34333  Issue_3061_1nl.cfg                   cpp/Issue_3061_0nl.cpp
34334  Issue_3061_1nl.cfg                   cpp/Issue_3061_1nl.cpp
34335  Issue_3061_1nl.cfg                   cpp/Issue_3061_2nl.cpp
34336  Issue_3061_2nl.cfg                   cpp/Issue_3061_0nl.cpp
34337  Issue_3061_2nl.cfg                   cpp/Issue_3061_1nl.cpp
34338  Issue_3061_2nl.cfg                   cpp/Issue_3061_2nl.cpp
34339  Issue_3061_3nl.cfg                   cpp/Issue_3061_0nl.cpp
34340  Issue_3061_3nl.cfg                   cpp/Issue_3061_1nl.cpp
34341  Issue_3061_3nl.cfg                   cpp/Issue_3061_2nl.cpp

34350  indent_comma_brace.cfg               cpp/indent_comma_brace_glob.cpp
34351  indent_comma_brace.cfg               cpp/indent_comma_brace_func.cpp

# Adopt some UT tests
10000  empty.cfg                            cpp/621_this-spacing.cpp
10001  empty.cfg                            cpp/622_ifdef-indentation.cpp
10002  623_caret-spacing.cfg                cpp/623_caret-spacing.cpp
10003  633_decl-in-func-typedef.cfg         cpp/633_decl-in-func-typedef.cpp
10004  empty.cfg                            cpp/634_extern-c-no-block.cpp
10005  Uncrustify.Cpp.cfg                   cpp/define-indentation.cpp
10006  dont-detab-strings.cfg               cpp/dont-detab-strings.cpp
10007  dont-process-defines.cfg             cpp/dont-process-defines.cpp
10008  empty.cfg                            cpp/PR326_invalid-backslash-eol-csharp.cpp
10009  STUCK_macro-difficulties.cfg         cpp/STUCK_macro-difficulties.cpp

10020  U02-Cpp.cfg                          cpp/macro_spaces.cpp
10021  U03-Cpp.cfg                          cpp/braces_align.cpp
10022  U04-Cpp.cfg                          cpp/foreach.cpp
10023  U05-Cpp.cfg                          cpp/for_auto.cpp
10024  U06-Cpp.cfg                          cpp/ifcomment.cpp
10025  U07-Cpp.cfg                          cpp/qtargs.cpp
10026  sp_before_ellipsis-r.cfg             cpp/gcc_case_ellipsis.cpp
10027  Issue_3058.cfg                       cpp/Issue_3058.cpp

10047  U16-Cpp.cfg                          cpp/UNI-1334.cpp
10048  empty.cfg                            cpp/UNI-1335.cpp

10050  U18-Cpp.cfg                          cpp/UNI-1337.cpp
10052  empty.cfg                            cpp/UNI-1339.cpp
10053  UNI-1340.cfg                         cpp/UNI-1340.cpp
10054  UNI-1344.cfg                         cpp/UNI-1344.cpp
10056  UNI-1346.cfg                         cpp/UNI-1346.cpp
10057  UNI-1347.cfg                         cpp/UNI-1347.cpp

10060  UNI-1350.cfg                         cpp/UNI-1350.cpp
10062  UNI-1356.cfg                         cpp/UNI-1356.cpp
10063  UNI-1358.cfg                         cpp/UNI-1358.cpp
10069  empty.cfg                            cpp/UNI-1980.cpp

10070  U21-Cpp.cfg                          cpp/UNI-1981.cpp
10071  empty.cfg                            cpp/UNI-1983.cpp
10079  U23-Cpp.cfg                          cpp/UNI-9650.cpp

10080  UNI-10496.cfg                        cpp/UNI-10496.cpp

10100  issue_564.cfg                        cpp/issue_564.cpp
10101  issue_574.cfg                        cpp/issue_574.cpp
10102  issue_574-i-a.cfg                    cpp/issue_574.cpp
10103  issue_574-i-b.cfg                    cpp/issue_574.cpp

10566  empty.cfg                            cpp/issue_1752.cpp

11000  UNI-12046.cfg                        cpp/UNI-12046.cpp

20002  UNI-32657.cfg                        cpp/UNI-32657.cpp

20011  empty.cfg                            cpp/UNI-38381.cpp

60001  UNI-2650.cfg                         cpp/UNI-2650.cpp
60002  U25-Cpp.cfg                          cpp/UNI-16283.cpp
60003  U26-Cpp.cfg                          cpp/UNI-1288.cpp
60006  UNI-2049.cfg                         cpp/UNI-2049.cpp
60017  U27-Cpp.cfg                          cpp/UNI-2683.cpp

60022  U28-Cpp.cfg                          cpp/UNI-18439.cpp
60025  U29-Cpp.cfg                          cpp/UNI-19894.cpp
60027  U30-Cpp.cfg                          cpp/UNI-21506.cpp
60028  U31-Cpp.cfg                          cpp/UNI-21509.cpp
60029  empty.cfg                            cpp/UNI-21510.cpp

60030  U33-Cpp.cfg                          cpp/UNI-21727.cpp
60031  empty.cfg                            cpp/UNI-21728.cpp
60032  empty.cfg                            cpp/UNI-21729.cpp
60036  UNI-2680.cfg                         cpp/UNI-2680.cpp
60038  UNI-30088.cfg                        cpp/UNI-30088.cpp
60039  U36-Cpp.cfg                          cpp/UNI-30628.cpp

60042  UNI-18777.cfg                        cpp/UNI-18777.cpp
60043  nl_remove_extra_newlines-1.cfg       cpp/i2033.cpp
60044  nl_fdef_brace-r__nl_collapse_empty_body-t.cfg  cpp/i2116.cpp
60045  align_asterisk_after_type_cast.cfg   cpp/align_asterisk_after_type_cast.cpp
60046  align_continuation_left_shift.cfg    cpp/align_continuation_left_shift.cpp
60047  align_default_after_override.cfg     cpp/align_default_after_override.cpp
60048  bug_2322.cfg                         cpp/bug_2322.cpp
60049  bug_2402.cfg                         cpp/bug_2402.cpp

60050  mod_remove_extra_semicolon-t.cfg     cpp/semicolon-removal-after-ternary-operator.cpp
60051  bug_2371.cfg                         cpp/bug_2371.cpp
60052  bug_2433_1.cfg                       cpp/bug_2433_1.cpp
60053  bug_2433_2.cfg                       cpp/bug_2433_2.cpp
60054  interface-keyword-in-cpp.cfg         cpp/interface-keyword-in-cpp.cpp
60055  issue_3116.cfg                       cpp/issue_3116.cpp
60056  issue_3116.cfg                       cpp/issue_3116-2.cpp