[all-commits] [llvm/llvm-project] b626f4: [clangd] Unify macro matching in code completion f...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Tue Aug 11 07:01:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b626f45329e8575f72e6cd444b444942d4913e9c
https://github.com/llvm/llvm-project/commit/b626f45329e8575f72e6cd444b444942d4913e9c
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M clang-tools-extra/clangd/CodeComplete.cpp
M clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
Log Message:
-----------
[clangd] Unify macro matching in code completion for AST and Index based macros
fixes https://github.com/clangd/clangd/issues/489
Differential Revision: https://reviews.llvm.org/D85721
Commit: 24a816c7d3925eb21970ea733d7d6bda11088ac7
https://github.com/llvm/llvm-project/commit/24a816c7d3925eb21970ea733d7d6bda11088ac7
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M clang-tools-extra/clangd/refactor/tweaks/ExtractFunction.cpp
M clang-tools-extra/clangd/unittests/TweakTests.cpp
Log Message:
-----------
[clangd] Disable ExtractFunction for C
This tweak uses constructs like auto and refs, which are not available
in C.
Differential Revision: https://reviews.llvm.org/D85727
Compare: https://github.com/llvm/llvm-project/compare/3b3dc1dbfffc...24a816c7d392
More information about the All-commits
mailing list