[all-commits] [llvm/llvm-project] 8ac9d2: [clangd] Fix function-arg-placeholder suppression ...
Sam McCall via All-commits
all-commits at lists.llvm.org
Sat Nov 13 11:51:20 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ac9d2ae5839172013ac6e9108398902da8a8969
https://github.com/llvm/llvm-project/commit/8ac9d2ae5839172013ac6e9108398902da8a8969
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2021-11-13 (Sat, 13 Nov 2021)
Changed paths:
M clang-tools-extra/clangd/CodeComplete.cpp
M clang-tools-extra/clangd/tool/ClangdMain.cpp
M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
Log Message:
-----------
[clangd] Fix function-arg-placeholder suppression with macros.
While here, unhide function-arg-placeholders flag. It's reasonable to want and
maybe we should consider making it default.
Fixes https://github.com/clangd/clangd/issues/922
Differential Revision: https://reviews.llvm.org/D113765
More information about the All-commits
mailing list