Skip to content

Add ABSL_ANALYZER_ASSUME_EQUIVALENCE for Clang dataflow analysis - #1173

Draft
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_962824352
Draft

Add ABSL_ANALYZER_ASSUME_EQUIVALENCE for Clang dataflow analysis#1173
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_962824352

Conversation

@copybara-service

Copy link
Copy Markdown

Add ABSL_ANALYZER_ASSUME_EQUIVALENCE for Clang dataflow analysis

Introduces a vocabulary construct for Clang dataflow-based static analyses
in a new static_analysis.h header. Check macros express semantic
equivalence between their opaque runtime condition and a simplified
predicate using a dead-branch ternary that the compiler eliminates via DCE.
Prototype for discussion.

Introduces a vocabulary construct for Clang dataflow-based static analyses
in a new `static_analysis.h` header. Check macros express semantic
equivalence between their opaque runtime condition and a simplified
predicate using a dead-branch ternary that the compiler eliminates via DCE.
Prototype for discussion.

PiperOrigin-RevId: 962824352
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.

1 participant