[all-commits] [llvm/llvm-project] 529833: [clangd] Disable support for clang-tidy suppressio...
Sam McCall via All-commits
all-commits at lists.llvm.org
Wed Dec 15 01:58:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 529833377ccdf4381f8bc9961bfa96ec4f5e2eed
https://github.com/llvm/llvm-project/commit/529833377ccdf4381f8bc9961bfa96ec4f5e2eed
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
M clang-tools-extra/clangd/ParsedAST.cpp
Log Message:
-----------
[clangd] Disable support for clang-tidy suppression blocks (NOLINTBEGIN)
The implementation is very inefficient and we pay the cost even when the feature is not used
Differential Revision: https://reviews.llvm.org/D115650
More information about the All-commits
mailing list