Changeset View
Changeset View
Standalone View
Standalone View
docs/ReleaseNotes.rst
Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | - New :doc:`google-readability-avoid-underscore-in-googletest-name | ||||
test macros, which is prohibited by the Googletest FAQ. | test macros, which is prohibited by the Googletest FAQ. | ||||
- The :doc:`bugprone-argument-comment | - The :doc:`bugprone-argument-comment | ||||
<clang-tidy/checks/bugprone-argument-comment>` now supports | <clang-tidy/checks/bugprone-argument-comment>` now supports | ||||
`CommentBoolLiterals`, `CommentIntegerLiterals`, `CommentFloatLiterals`, | `CommentBoolLiterals`, `CommentIntegerLiterals`, `CommentFloatLiterals`, | ||||
`CommentUserDefiniedLiterals`, `CommentStringLiterals`, | `CommentUserDefiniedLiterals`, `CommentStringLiterals`, | ||||
`CommentCharacterLiterals` & `CommentNullPtrs` options. | `CommentCharacterLiterals` & `CommentNullPtrs` options. | ||||
- The :doc:`readability-identifier-naming | |||||
<clang-tidy/checks/readability-identifier-naming>` now supports | |||||
`camelBackOrCase` as a new casing type to support allowing both `camelBack` | |||||
and `CamelCase` variables in LLVM code. | |||||
Improvements to include-fixer | Improvements to include-fixer | ||||
----------------------------- | ----------------------------- | ||||
The improvements are... | The improvements are... | ||||
Improvements to modularize | Improvements to modularize | ||||
-------------------------- | -------------------------- | ||||
The improvements are... | The improvements are... |