[all-commits] [llvm/llvm-project] dc43f7: [clang-tidy] update docs for new hungarian identif...
Alexis Murzeau via All-commits
all-commits at lists.llvm.org
Mon Feb 20 23:38:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc43f7107e2916035b3503a10977182b03203046
https://github.com/llvm/llvm-project/commit/dc43f7107e2916035b3503a10977182b03203046
Author: Alexis Murzeau <amubtdx at gmail.com>
Date: 2023-02-21 (Tue, 21 Feb 2023)
Changed paths:
M clang-tools-extra/docs/clang-tidy/checks/readability/identifier-naming.rst
Log Message:
-----------
[clang-tidy] update docs for new hungarian identifier-naming types (unsigned char and void)
Since 37e6a4f9496c8e35efc654d7619a79d6dbb72f99, `void` and
`unsigned char` were added to primitive types for hungarian notation.
This commit adds them to the documentation.
Reviewed By: carlosgalvezp
Differential Revision: https://reviews.llvm.org/D144422
More information about the All-commits
mailing list