[all-commits] [llvm/llvm-project] f7500a: [CodeCompletion] Generally consider header files w...
Sam McCall via All-commits
all-commits at lists.llvm.org
Tue Nov 9 23:23:15 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7500a4ef7bd7820b42e1b934392bb2566083b27
https://github.com/llvm/llvm-project/commit/f7500a4ef7bd7820b42e1b934392bb2566083b27
Author: Christian Kandeler <christian.kandeler at qt.io>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M clang/lib/Sema/SemaCodeComplete.cpp
M clang/test/CodeCompletion/included-files.cpp
Log Message:
-----------
[CodeCompletion] Generally consider header files without extension
Real-world use case: The Qt framework's headers have the same name
as the respective class defined in them, and Qt's traditional qmake
build tool uses -I (rather than -isystem) to pull them in.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D112996
Commit: 63667c1896e11a4b2c389c681a2413e2d5a6b594
https://github.com/llvm/llvm-project/commit/63667c1896e11a4b2c389c681a2413e2d5a6b594
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M clang-tools-extra/clangd/tool/Check.cpp
Log Message:
-----------
[clangd] Trace per-token time in clangd --check
Compare: https://github.com/llvm/llvm-project/compare/ef2d0e0f2030...63667c1896e1
More information about the All-commits
mailing list