forked from OSchip/llvm-project
3ab15558d7
RUN: foo RUN: bar || true is equivalent to: RUN: foo && bar || true which is equivalent to: RUN: (foo && bar) || true This resulted in several of the fixit tests not really testing anything. llvm-svn: 139132 |
||
---|---|---|
.. | ||
auto-fixit.m | ||
dereference-addressof.c | ||
fixit-c90.c | ||
fixit-cxx0x.cpp | ||
fixit-errors-1.c | ||
fixit-errors.c | ||
fixit-function-call.cpp | ||
fixit-missing-method-return-type.m | ||
fixit-objc-message.m | ||
fixit-objc.m | ||
fixit-pmem.cpp | ||
fixit-static-object-decl.m | ||
fixit-suffix.c | ||
fixit-unrecoverable.c | ||
fixit-unrecoverable.cpp | ||
fixit.c | ||
fixit.cpp | ||
no-macro-fixit.c | ||
no-typo.c | ||
typo-crash.cpp | ||
typo-crash.m | ||
typo.c | ||
typo.cpp | ||
typo.m |