Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
cfe/trunk/lib/StaticAnalyzer/Core/
-
trunk/
-
lib/
-
StaticAnalyzer/
-
Core/
-
RangeConstraintManager.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D26642
[analyzer] Minor optimization: avoid setting state if unchanged
Closed
Public
Authored by
ddcc
on Nov 14 2016, 3:34 PM.
Download Raw Diff
Details
Reviewers
dcoughlin
zaks.anna
Commits
rGe3733bc53e2b: [analyzer] Minor optimization: avoid setting state if unchanged
rC286925: [analyzer] Minor optimization: avoid setting state if unchanged
rL286925: [analyzer] Minor optimization: avoid setting state if unchanged
Summary
Split out optimization from
D26061
Diff Detail
Repository
rL LLVM
Event Timeline
ddcc
updated this revision to
Diff 77897
.
Nov 14 2016, 3:34 PM
ddcc
retitled this revision from
to
[analyzer] Minor optimizaiton: avoid setting state if unchanged
.
ddcc
updated this object.
ddcc
added reviewers:
zaks.anna
,
dcoughlin
.
ddcc
added a subscriber:
cfe-commits
.
ddcc
retitled this revision from
[analyzer] Minor optimizaiton: avoid setting state if unchanged
to
[analyzer] Minor optimization: avoid setting state if unchanged
.
Nov 14 2016, 3:47 PM
dcoughlin
accepted this revision.
Nov 14 2016, 4:04 PM
dcoughlin
edited edge metadata.
Comment Actions
LGTM. Please commit!
This revision is now accepted and ready to land.
Nov 14 2016, 4:04 PM
Closed by commit
rL286925: [analyzer] Minor optimization: avoid setting state if unchanged
(authored by
ddcc
).
·
Explain Why
Nov 14 2016, 5:50 PM
This revision was automatically updated to reflect the committed changes.