-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Language Servicemore info neededThe issue report is not actionable in its current stateThe issue report is not actionable in its current state
Description
Bug type: Language Service
Describe the bug
- OS and Version: MacOS 11.5.1
- VS Code Version: 1.59.0
- C/C++ Extension Version: 1.5.1
- Other extensions you installed (and if the issue persists after disabling them): None
- Code navigation is showing incorrect results on the latest LLVM repository. Some types are noted as undefined and navigating to the definition of some types leads to incorrect file locations. This problem was not present in version 1.1.3. I have tried reloading and restarting the language server. I have attached a screenshot as well.
Steps to reproduce
- Download LLVM 12.0.1 source.
- Open the source folder in VS Code
- Open file
llvm/lib/Transforms/Hello/Hello.cpp - See error
variable "Function" is not a type name
Expected behavior
Repeat the above step on version 1.1.3 and there are 0 problems reported by the extension.
Code sample and logs
- Logs from running
C/C++: Log Diagnosticsfrom the VS Code command palette
C/C++: Log Diagnostics.log
Metadata
Metadata
Assignees
Labels
Language Servicemore info neededThe issue report is not actionable in its current stateThe issue report is not actionable in its current state
