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

Restore the TUScope only when we are not in incremental processing mode. #876

Merged
merged 1 commit into from
May 5, 2024

Conversation

vgvassilev
Copy link
Owner

The TUScope is set to nullptr in Sema::ActOnEndOfTranslationUnit onlu when incremental processing mode in off. This makes the state of Sema more consistent when Clad is on/off.

The TUScope is set to nullptr in Sema::ActOnEndOfTranslationUnit onlu when
incremental processing mode in off. This makes the state of Sema more consistent
when Clad is on/off.
@vgvassilev vgvassilev requested a review from vaithak May 4, 2024 19:36
Copy link

codecov bot commented May 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.82%. Comparing base (d32154c) to head (121c622).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #876   +/-   ##
=======================================
  Coverage   94.81%   94.82%           
=======================================
  Files          52       52           
  Lines        7701     7703    +2     
=======================================
+ Hits         7302     7304    +2     
  Misses        399      399           
Files Coverage Δ
tools/ClangPlugin.cpp 95.75% <100.00%> (+0.02%) ⬆️
Files Coverage Δ
tools/ClangPlugin.cpp 95.75% <100.00%> (+0.02%) ⬆️

Copy link
Contributor

github-actions bot commented May 4, 2024

clang-tidy review says "All clean, LGTM! 👍"

@vgvassilev vgvassilev requested a review from parth-07 May 5, 2024 06:08
@vgvassilev vgvassilev merged commit a8cbd5f into master May 5, 2024
89 checks passed
@vgvassilev vgvassilev deleted the repls branch May 5, 2024 11:01
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.

2 participants