diff options
author | Zachary Turner <zturner@google.com> | 2016-02-02 22:22:53 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-02-02 22:22:53 +0000 |
commit | c67466054f8dd467283f17fd31c2c7763ab25016 (patch) | |
tree | f318ae510a6696e2d9173e0ad582a1197d64da4c /clang/lib/AST/Expr.cpp | |
parent | 3a92c35539bd729e12bed95c65c2878f7fb93983 (diff) | |
download | bcm5719-llvm-c67466054f8dd467283f17fd31c2c7763ab25016.tar.gz bcm5719-llvm-c67466054f8dd467283f17fd31c2c7763ab25016.zip |
Don't return a tuple from the skip test function.
Previously we were returning a tuple of (bool, skip_reason) from
the tuple function. This makes for some awkward code, especially
since a value of True for the first argument implies that the
second argument is None, and a value of False implies that the
second argument is not None. So it was basically redundant, and
with this patch we simply return the skip reason or None directly.
llvm-svn: 259590
Diffstat (limited to 'clang/lib/AST/Expr.cpp')
0 files changed, 0 insertions, 0 deletions