File tree Expand file tree Collapse file tree 5 files changed +17
-7
lines changed
regression-tests/test-results Expand file tree Collapse file tree 5 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1+ @ echo off
2+ cd source
3+ cppfront reflect.h2 -verb
4+ cd ..\include
5+ cppfront cpp2regex.h2 -verb
6+ cd..
Original file line number Diff line number Diff line change 1+ @ echo off
2+ cppfront -_gen_build > source\build.info
3+ @ echo Build stamp updated to:
4+ type source\build.info
Original file line number Diff line number Diff line change 11
2- cppfront compiler v0.8.0 Build 9A31:1626
2+ cppfront compiler v0.8.0 Build 9B01:1726
33SPDX-License-Identifier Apache-2.0 WITH LLVM-exception
44Copyright (c) 2022-2024 Herb Sutter
Original file line number Diff line number Diff line change 1- "9A31:1626 "
1+ "9B01:1726 "
Original file line number Diff line number Diff line change @@ -883,7 +883,7 @@ class cmdline_processor
883883
884884 // This is used only by the owner of the 'main' branch
885885 // to generate stable build version strings
886- auto gen_version ()
886+ auto gen_build ()
887887 -> void
888888 {
889889 help_requested = true ;
@@ -945,11 +945,11 @@ static cmdline_processor::register_flag cmd_version(
945945 []{ cmdline.print_version (); }
946946);
947947
948- static cmdline_processor::register_flag cmd_gen_version (
948+ static cmdline_processor::register_flag cmd_gen_build (
949949 0 ,
950- " _gen_version " ,
951- " Generate version information" ,
952- []{ cmdline.gen_version (); }
950+ " _gen_build " ,
951+ " Generate build information" ,
952+ []{ cmdline.gen_build (); }
953953);
954954
955955static auto flag_verbose = false ;
You can’t perform that action at this time.
0 commit comments