[all-commits] [llvm/llvm-project] 894c47: [clangd] Add llvm:: qualifier to work around GCC b...
Sam McCall via All-commits
all-commits at lists.llvm.org
Thu Dec 17 03:51:32 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 894c4761c67ac850e156a26aa427035a811d7aed
https://github.com/llvm/llvm-project/commit/894c4761c67ac850e156a26aa427035a811d7aed
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2020-12-17 (Thu, 17 Dec 2020)
Changed paths:
M clang-tools-extra/clangd/Headers.h
Log Message:
-----------
[clangd] Add llvm:: qualifier to work around GCC bug. NFC
Some old GCC versions seem to miss the default template parameter when
using the clang/Basic/LLVM.h forward declarations of SmallVector.
See D92788
More information about the All-commits
mailing list