[all-commits] [llvm/llvm-project] f0e60f: [clangd] Suppress clang-tidy warnings for code spe...
Sam McCall via All-commits
all-commits at lists.llvm.org
Wed Jan 11 07:11:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0e60f99aefff66ca6223eb3c3a36615f36454ec
https://github.com/llvm/llvm-project/commit/f0e60f99aefff66ca6223eb3c3a36615f36454ec
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths:
M clang-tools-extra/clangd/ParsedAST.cpp
M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
Log Message:
-----------
[clangd] Suppress clang-tidy warnings for code spelled in system macros
This aligns with the default behavior of clang-tidy (which we offer no
way to override).
Fixes https://github.com/clangd/clangd/issues/1448
Differential Revision: https://reviews.llvm.org/D141495
More information about the All-commits
mailing list