Skip to content

Commit a5d4073

Browse files
jj-marrvbvictor
andauthored
Apply suggestions from code review
Co-authored-by: Baranov Victor <[email protected]>
1 parent 2db38a1 commit a5d4073

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

clang-tools-extra/docs/clang-tidy/checks/portability/avoid-platform-specific-fundamental-types.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ Examples
2828
long global_long = 100L;
2929
unsigned long global_unsigned_long = 100UL;
3030

31-
void function_with_int_param(int param) {
32-
// ...
33-
}
34-
35-
int function_returning_int() {
36-
return 42;
37-
}
38-
39-
struct MyStruct {
40-
int member_int;
41-
long member_long;
42-
};
4331

4432
.. code-block:: c++
4533

0 commit comments

Comments
 (0)