[clang] [C++20][Modules] Implement P1857R3 Modules Dependency Discovery (PR #107168)

Hubert Tong via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 20 23:08:00 PDT 2025


https://github.com/hubert-reinterpretcast commented:

A user-defined string literal is not a _string-literal_:
```cpp
// expected-no-diagnostics
#define STR(X) # X
const char *s = STR(
import "hello"_world;
);
```

https://github.com/llvm/llvm-project/pull/107168


More information about the cfe-commits mailing list