File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- /* auto-generated on 2025-03-10 11:49:55 -0400. Do not edit! */
1
+ /* auto-generated on 2025-03-10 13:14:56 -0400. Do not edit! */
2
2
/* begin file src/ada.cpp */
3
3
#include "ada.h"
4
4
/* begin file src/checkers.cpp */
Original file line number Diff line number Diff line change 1
- /* auto-generated on 2025-03-10 11:49:55 -0400. Do not edit! */
1
+ /* auto-generated on 2025-03-10 13:14:56 -0400. Do not edit! */
2
2
/* begin file include/ada.h */
3
3
/**
4
4
* @file ada.h
@@ -10462,6 +10462,7 @@ constructor_string_parser<regex_provider>::parse(std::string_view input) {
10462
10462
if (parser.is_hash_prefix()) {
10463
10463
parser.change_state(State::HASH, 1);
10464
10464
}
10465
+ break;
10465
10466
}
10466
10467
case State::HASH: {
10467
10468
// Do nothing
@@ -10502,14 +10503,14 @@ constructor_string_parser<regex_provider>::parse(std::string_view input) {
10502
10503
#ifndef ADA_ADA_VERSION_H
10503
10504
#define ADA_ADA_VERSION_H
10504
10505
10505
- #define ADA_VERSION " 3.2.0 "
10506
+ #define ADA_VERSION "3.2.1 "
10506
10507
10507
10508
namespace ada {
10508
10509
10509
10510
enum {
10510
10511
ADA_VERSION_MAJOR = 3,
10511
10512
ADA_VERSION_MINOR = 2,
10512
- ADA_VERSION_REVISION = 0 ,
10513
+ ADA_VERSION_REVISION = 1 ,
10513
10514
};
10514
10515
10515
10516
} // namespace ada
You can’t perform that action at this time.
0 commit comments