Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
cfe/trunk/lib/Sema/
-
trunk/
-
lib/
-
Sema/
-
SemaExpr.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D51485
[Sema][NFC] Trivial cleanup in ActOnCallExpr
Closed
Public
Authored by
jkorous
on Aug 30 2018, 4:47 AM.
Download Raw Diff
Details
Reviewers
rsmith
doug.gregor
JDevlieghere
thegameg
Commits
rGba3334a25f8a: [Sema][NFC] Trivial cleanup in ActOnCallExpr
rC341074: [Sema][NFC] Trivial cleanup in ActOnCallExpr
rL341074: [Sema][NFC] Trivial cleanup in ActOnCallExpr
Summary
Use logical or operator instead of a bool variable and if/else.
Diff Detail
Repository
rL LLVM
Event Timeline
jkorous
created this revision.
Aug 30 2018, 4:47 AM
Herald
added subscribers:
cfe-commits
,
dexonsmith
.
·
View Herald Transcript
Aug 30 2018, 4:47 AM
JDevlieghere
accepted this revision.
Aug 30 2018, 4:54 AM
Comment Actions
Nice cleanup, LGTM.
This revision is now accepted and ready to land.
Aug 30 2018, 4:54 AM
Closed by commit
rL341074: [Sema][NFC] Trivial cleanup in ActOnCallExpr
(authored by
jkorous
).
·
Explain Why
Aug 30 2018, 7:47 AM
This revision was automatically updated to reflect the committed changes.
Herald
added a subscriber:
llvm-commits
.
·
View Herald Transcript
Aug 30 2018, 7:47 AM