| Issue |
74283
|
| Summary |
clangd 17.0.3 gets wrong marco `__cpp_impl_coroutine` while clangd 16.0.2 is good
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
zyctree
|
I'm using clang12 building with folly, vscode with clangd 16.0.2 works fine,
but vscode with clangd 17.0.3 shows `#define __cpp_impl_coroutine 201902L`,
thus it will include `<coroutine>`, and define some tools about coroutine, which will fail on parse.
Since there is no `__cpp_impl_coroutine` defined on clang12, clangd gets a wrong macro.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs