Skip to content

Commit 8a0d782

Browse files
committed
adder header-text for generated files..
1 parent 6e2b5e9 commit 8a0d782

18 files changed

Lines changed: 288 additions & 645 deletions

CxxTestRegistration/inc/TestMirrorProvider.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#pragma once
22

33
#include <rtl_traits.h>
4-
#include <rtcl_meta_ids.h>
54

65
#include "reg_ids.h"
76

CxxTestRegistration/inc/reg_decls.h

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/*****************************************************************************
2+
* *
3+
* clang-mirror Generated Reflection Surface *
4+
* *
5+
* This file is automatically generated by clang-mirror and represents *
6+
* the reflected projection of user code for consumption by the *
7+
* Reflection Template Library (RTL). *
8+
* *
9+
* It contains compiler-derived identifiers and metadata describing *
10+
* namespaces, types, and members selected for reflection, enabling *
11+
* compiler checking and IDE integration. *
12+
* *
13+
* DO NOT EDIT THIS FILE MANUALLY. *
14+
* Any changes will be overwritten by the generator. *
15+
* *
16+
* clang-mirror: https://github.com/ReflectCxx/clang-mirror *
17+
* *
18+
* SPDX-License-Identifier: MIT *
19+
* *
20+
*****************************************************************************/
21+
122

223
#pragma once
324
#include <vector>

CxxTestRegistration/inc/reg_ids.h

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/*****************************************************************************
2+
* *
3+
* clang-mirror Generated Reflection Surface *
4+
* *
5+
* This file is automatically generated by clang-mirror and represents *
6+
* the reflected projection of user code for consumption by the *
7+
* Reflection Template Library (RTL). *
8+
* *
9+
* It contains compiler-derived identifiers and metadata describing *
10+
* namespaces, types, and members selected for reflection, enabling *
11+
* compiler checking and IDE integration. *
12+
* *
13+
* DO NOT EDIT THIS FILE MANUALLY. *
14+
* Any changes will be overwritten by the generator. *
15+
* *
16+
* clang-mirror: https://github.com/ReflectCxx/clang-mirror *
17+
* *
18+
* SPDX-License-Identifier: MIT *
19+
* *
20+
*****************************************************************************/
21+
122

223
#pragma once
324
#include <array>

0 commit comments

Comments
 (0)