Skip to content

Commit e7404fb

Browse files
committed
[clang][Docs] Add release note for diagnosing missing parentheses in function-like macros
1 parent eac145a commit e7404fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Improvements to Clang's diagnostics
128128
which are supposed to only exist once per program, but may get duplicated when
129129
built into a shared library.
130130
- Fixed a bug where Clang's Analysis did not correctly model the destructor behavior of ``union`` members (#GH119415).
131+
- Clang now provides a diagnostic note for ``function-like macros`` that are missing the required parentheses.
131132

132133
Improvements to Clang's time-trace
133134
----------------------------------

0 commit comments

Comments
 (0)