[all-commits] [llvm/llvm-project] 0659fd: [clangd] Collect comments from function definition...

Christian Kandeler via All-commits all-commits at lists.llvm.org
Fri Sep 20 20:54:42 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0659fd996784cbc2b11379380a03633fa80f7816
      https://github.com/llvm/llvm-project/commit/0659fd996784cbc2b11379380a03633fa80f7816
  Author: Christian Kandeler <christian.kandeler at qt.io>
  Date:   2024-09-20 (Fri, 20 Sep 2024)

  Changed paths:
    M clang-tools-extra/clangd/index/Symbol.h
    M clang-tools-extra/clangd/index/SymbolCollector.cpp
    M clang-tools-extra/clangd/index/SymbolCollector.h
    M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp

  Log Message:
  -----------
  [clangd] Collect comments from function definitions into the index (#67802)

This is useful with projects that put their (doxygen) comments at the
implementation site, rather than the header.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list