Skip to content

Commit 00ae0c6

Browse files
committed
small NFC fixes
1 parent 080431c commit 00ae0c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

clang/docs/analyzer/checkers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2921,6 +2921,7 @@ Check for assignment of a fixed address to a pointer.
29212921
alpha.core.FixedAddressDereference (C, C++, ObjC)
29222922
"""""""""""""""""""""""""""""""""""""""""""""""""
29232923
Check for dereferences of fixed addresses.
2924+
29242925
A pointer contains a fixed address if it was set to a hard-coded value or it
29252926
becomes otherwise obvious that at that point it can have only a single specific
29262927
value.

clang/test/Analysis/suppress-all-address-spaces.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ void fixed_test_no_address_space_condition(int *cpu_data) {
7373
// x86-nosuppress-warning{{Dereference}} \
7474
// other-suppress-warning{{Dereference}} \
7575
// x86-suppress-warning{{Dereference}}
76-
}
76+
}
7777
}

0 commit comments

Comments
 (0)