kadircet wrote:
Hi @mizvekov thanks for the fix, but I am not sure if this is at the right
level. The way you're bailing out currently prevents clangd from indexing all
implicit definitions, even if we have a hard-coded mapping for them (based on
the symbol name).
Also the map you're preventi
Author: Wang Pengcheng
Date: 2023-12-12T11:20:52+08:00
New Revision: 9c8660ebb83e26f94e487c4183433379204d29ac
URL:
https://github.com/llvm/llvm-project/commit/9c8660ebb83e26f94e487c4183433379204d29ac
DIFF:
https://github.com/llvm/llvm-project/commit/9c8660ebb83e26f94e487c4183433379204d29ac.diff
llvmbot wrote:
@llvm/pr-subscribers-clangd
Author: Matheus Izvekov (mizvekov)
Changes
This fixes https://github.com/llvm/llvm-project/issues/75115
In C mode with MSVC compatibility, when the `assert` macro is defined, as a
workaround, `static_assert` is implicitly defined as well, if not
https://github.com/mizvekov created
https://github.com/llvm/llvm-project/pull/75128
This fixes https://github.com/llvm/llvm-project/issues/75115
In C mode with MSVC compatibility, when the `assert` macro is defined, as a
workaround, `static_assert` is implicitly defined as well, if not already
https://github.com/avillega updated
https://github.com/llvm/llvm-project/pull/74880
>From 61fd524086abe13b6ed0a792a0e5ed29ba8fc692 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9s=20Villegas?=
Date: Tue, 12 Dec 2023 00:10:48 +
Subject: [PATCH] Fix flang help tests.
Created using spr 1.
https://github.com/avillega updated
https://github.com/llvm/llvm-project/pull/74880
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/avillega updated
https://github.com/llvm/llvm-project/pull/74880
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
avillega wrote:
> Is the main functionality of this test actually tested in the current patch?
> It doesn't seem to be to me.
I don't fully understand your comment, I am working on getting some of the test
to be whitespace strict to specifically test the functionality.
https://github.com/llv
https://github.com/cyndyishida updated
https://github.com/llvm/llvm-project/pull/75007
>From d5e97577651b558b56de64f9ed74cd7893cea7ec Mon Sep 17 00:00:00 2001
From: Cyndy Ishida
Date: Thu, 7 Dec 2023 13:57:17 -0800
Subject: [PATCH 1/2] [TextAPI] Add support to convert RecordSlices ->
Interface
https://github.com/jh7370 commented:
Is the main functionality of this test actually tested in the current patch? It
doesn't seem to be to me.
https://github.com/llvm/llvm-project/pull/74880
___
llvm-branch-commits mailing list
llvm-branch-commits@lis
https://github.com/inclyc edited https://github.com/llvm/llvm-project/pull/75034
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-globalisel
Author: Yingchi Long (inclyc)
Changes
This selects non-PreISelGenericOpcode as-is.
---
Full diff: https://github.com/llvm/llvm-project/pull/75034.diff
2 Files Affected:
- (modified) llvm/lib/Target/BPF/GISel/BPFInstructionSelector.cpp
https://github.com/inclyc created
https://github.com/llvm/llvm-project/pull/75034
This selects non-PreISelGenericOpcode as-is.
>From 7684e98041fee0fbc5c6add0505ab414d4ff705a Mon Sep 17 00:00:00 2001
From: Yingchi Long
Date: Mon, 11 Dec 2023 17:33:40 +0800
Subject: [PATCH] [BPF][GlobalISel] sel
13 matches
Mail list logo