[clang-tools-extra] [clangd] Perform self-containedness check at EOF (PR #75965)

2023-12-20 Thread Ilya Biryukov via cfe-commits
https://github.com/ilya-biryukov closed https://github.com/llvm/llvm-project/pull/75965 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clangd] Perform self-containedness check at EOF (PR #75965)

2023-12-20 Thread Ilya Biryukov via cfe-commits
https://github.com/ilya-biryukov approved this pull request. https://github.com/llvm/llvm-project/pull/75965 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clangd] Perform self-containedness check at EOF (PR #75965)

2023-12-20 Thread Ilya Biryukov via cfe-commits
ilya-biryukov wrote: Thanks a lot! This fixes the problem we encountered with ranking includes. https://github.com/llvm/llvm-project/pull/75965 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-

[clang-tools-extra] [clangd] Perform self-containedness check at EOF (PR #75965)

2023-12-19 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clangd Author: kadir çetinkaya (kadircet) Changes Header gurads are not detected until we hit EOF. Make sure we postpone any such detection until then. --- Full diff: https://github.com/llvm/llvm-project/pull/75965.diff 3 Files Affected: - (modified

[clang-tools-extra] [clangd] Perform self-containedness check at EOF (PR #75965)

2023-12-19 Thread kadir çetinkaya via cfe-commits
https://github.com/kadircet created https://github.com/llvm/llvm-project/pull/75965 Header gurads are not detected until we hit EOF. Make sure we postpone any such detection until then. From 32cfb9f9c196e665009051f83489ab09c36dd87a Mon Sep 17 00:00:00 2001 From: Kadir Cetinkaya Date: Tue, 19