Skip to content

Commit

Permalink
[clang] improve accuracy of ExprMutAnalyzer
Browse files Browse the repository at this point in the history
This patch extracts the ExprMutAnalyzer changes from https://reviews.llvm.org/D54943
into its own revision for simpler review and more atomic changes.

The analysis results are improved. Nested expressions (e.g. conditional
operators) are now detected properly. Some edge cases, especially
template induced imprecisions are improved upon.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D88088
  • Loading branch information
JonasToth committed Oct 9, 2020
1 parent 0b4fe80 commit e517e5c
Show file tree
Hide file tree
Showing 2 changed files with 440 additions and 91 deletions.

0 comments on commit e517e5c

Please sign in to comment.