forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate
- Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
- Tested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
always
Expected behavior
Clangd can highlight both xtensa and RISC-V target
Actual behavior (suspected bug)
I use QTCreator with clangd provided with this repo, and everything works fine when I compile the target for esp32c6.
When I use the target for xtensa, it does not highlight C++ stl code for example, shared_ptr.
esp32 target

esp32c6
Error logs or terminal output
Steps to reproduce the behavior
Opening project in QT Creator with clangd running for esp32 and second one with target for esp32c6
Project release version
Happens on version 19 and 18
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
Ubuntu 20.04
Shell
other (details in Additional context)
Additional context
Not sure if it is a bug or something with configuration on my side
