[clang-tools-extra] feat: highlight for import, export keyword of CXX Module (PR #204511)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 27 03:50:33 PDT 2026
================
@@ -1123,6 +1123,18 @@ sizeof...($TemplateParameter[[Elements]]);
)cpp"}},
~ScopeModifierMask);
+ checkHighlightings(R"cpp(
----------------
Decodetalkers wrote:
I have tried to add import std;
TestTU failed to build (suppress with /*error-ok*/):
[2:13-2:17] module 'std' not found
For code:
module;
import std;
export module highlight;
export void foo() {
}
#0 0x00005559b2ed0892 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int)
std not found
https://github.com/llvm/llvm-project/pull/204511
More information about the cfe-commits
mailing list