Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature,cmake: Export compile commands #263

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

braw-lee
Copy link
Contributor

Added flag to export comile commands into build folder This generates a Clang compilation database normally used for editor integration or Clang refactoring tools

Added flag to export comile commands into build folder
This generates a Clang compilation database normally used for editor
integration or Clang refactoring tools
@braw-lee
Copy link
Contributor Author

Resolves issue #262

@cieslarmichal cieslarmichal linked an issue Nov 16, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c76006c) 98.13% compared to head (b4f48ee) 98.05%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #263      +/-   ##
==========================================
- Coverage   98.13%   98.05%   -0.08%     
==========================================
  Files          45       45              
  Lines        2676     2676              
==========================================
- Hits         2626     2624       -2     
- Misses         50       52       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@braw-lee
Copy link
Contributor Author

@cieslarmichal Hi, I am new to sending pull requests. This pull request will be merged by you right, or I have to do something?

@cieslarmichal cieslarmichal merged commit f9124b2 into cieslarmichal:main Nov 16, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export compile commands
3 participants