[all-commits] [llvm/llvm-project] 25682c: [clangd] highlight import and export keywords for ...

Access via All-commits all-commits at lists.llvm.org
Wed Jul 15 06:44:25 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 25682c3470410534c59708d7d3e2c9248802485f
      https://github.com/llvm/llvm-project/commit/25682c3470410534c59708d7d3e2c9248802485f
  Author: Access <ShootingStarDragons at protonmail.com>
  Date:   2026-07-15 (Wed, 15 Jul 2026)

  Changed paths:
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang-tools-extra/clangd/unittests/PrerequisiteModulesTest.cpp

  Log Message:
  -----------
  [clangd] highlight import and export keywords for C++20 modules (#204511)

Add syntax highlighting for C++20 module `import` and `export` keywords.

Note: Highlighting of the `export` keyword in a module export statement is not possible, because such statements don't appear in the AST



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