Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
cfe/trunk/lib/Driver/
-
trunk/
-
lib/
-
Driver/
-
Tools.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D22338
Use hasFlag instead of hasArg
Closed
Public
Authored by
dberris
on Jul 13 2016, 11:40 PM.
Download Raw Diff
Details
Reviewers
echristo
Commits
rG25a1564e6c37: Use hasFlag instead of hasArg
rC275377: Use hasFlag instead of hasArg
rL275377: Use hasFlag instead of hasArg
Summary
Fix the build to use hasFlag instead of hasArg for checking some flags.
Diff Detail
Repository
rL LLVM
Event Timeline
dberris
updated this revision to
Diff 63922
.
Jul 13 2016, 11:40 PM
dberris
retitled this revision from
to
Use hasFlag instead of hasArg
.
dberris
updated this object.
dberris
added a reviewer:
echristo
.
dberris
added a subscriber:
cfe-commits
.
Herald
added a subscriber:
mehdi_amini
.
·
View Herald Transcript
Jul 13 2016, 11:40 PM
echristo
accepted this revision.
Jul 13 2016, 11:41 PM
echristo
edited edge metadata.
Comment Actions
LGTM.
-eric
This revision is now accepted and ready to land.
Jul 13 2016, 11:41 PM
Closed by commit
rL275377: Use hasFlag instead of hasArg
(authored by
dberris
).
·
Explain Why
Jul 13 2016, 11:45 PM
This revision was automatically updated to reflect the committed changes.