File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,11 @@ There is a set of tests to help identifying ABI changes:
87
87
Please, prefer updating the test files with the above command. The checker
88
88
script automatically sorts symbols. This would allow developers to avoid
89
89
large diffs and help maintainers identify the nature of ABI changes.
90
- * ` test/abi/layout* ` and ` test/abi/symbol_size* ` are a group of tests to check
91
- the internal layout of some classes. The ` layout* ` tests check some of API
92
- classes for layout changes, while ` symbol_size ` only checks ` sizeof ` for API
93
- classes. Changing the class layout is a breaking change.
90
+ * ` test/abi/layout* ` and ` test/abi/symbol_size_alignment.cpp ` are a group of
91
+ tests to check the internal layout of some classes. The ` layout* ` tests check
92
+ some of API classes for layout changes, while ` symbol_size_alignment ` only
93
+ checks ` sizeof ` and ` alignof ` for API classes. Changing the class layout is a
94
+ breaking change.
94
95
95
96
## Changing ABI
96
97
File renamed without changes.
You can’t perform that action at this time.
0 commit comments