-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multiple root cpp build configurations
Added support for multiple root cpp build configurations. Instead of maintaining a single active configuration, a map is used to maintain the relationship between the workspace root and its given `CppBuildConfiguration`. This feature is an experimental PR based on new developments in clangd to support multiple compilation databases. - Update the `cpp` manager to handle the new data structure. - Update the test cases (fix the task test case with incorrect imports and false positive results). Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com> Signed-off-by: Paul Maréchal <paul.marechal@ericsson.com>
- Loading branch information
1 parent
9fdc224
commit 2668602
Showing
14 changed files
with
519 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.