rnk accepted this revision.
rnk added a comment.
lgtm+2
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65838/new/
https://reviews.llvm.org/D65838
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65838/new/
https://reviews.llvm.org/D65838
___
smeenai created this revision.
smeenai added reviewers: compnerd, phosek, rnk.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Boolean parameters are generally hard to understand, especially when we
don't consistently have a comment for them. Change to an enumeration.
While