[PATCH] D142822: [clang] ASTImporter: Fix importing of va_list types and declarations
Whisperity via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 17 05:29:10 PST 2023
whisperity added inline comments.
================
Comment at: clang-tools-extra/test/clang-tidy/checkers/cert/dcl58-cpp.cpp:5-6
+
+// On arm and arch64 architectures, va_list is within the std namespace.
+// D136886 exposed an issue in the cert-dcl58-cpp checker where
+// implicit namespaces were not ignored.
----------------
(Style nits.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142822/new/
https://reviews.llvm.org/D142822
More information about the cfe-commits
mailing list