[PATCH] D125170: [Headers][X86] Replace \operation with \verbatim
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 7 08:56:30 PDT 2022
RKSimon created this revision.
RKSimon added reviewers: pengfei, craig.topper, tianqing, xiangzhangllvm, LiuChen3.
Herald added a subscriber: StephenFan.
Herald added a project: All.
RKSimon requested review of this revision.
Herald added a project: clang.
\operation ... \endoperation are not valid doxygen commands and cause issues when -Wdocumentation is enabled (Issue #35297)
This patch proposes to replace them with \verbatim ... \endverbatim blocks so that the pseudo-code is correctly retained in any documentation
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125170
Files:
clang/lib/Headers/avx512fintrin.h
clang/lib/Headers/avx512vlvnniintrin.h
clang/lib/Headers/avxvnniintrin.h
clang/lib/Headers/hresetintrin.h
clang/lib/Headers/keylockerintrin.h
clang/lib/Headers/uintrintrin.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125170.427870.patch
Type: text/x-patch
Size: 22963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220507/952e3fa2/attachment-0001.bin>
More information about the cfe-commits
mailing list