Re: [PATCH] D17589: Fix Clang tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT

2016-02-26 Thread Paul Robinson via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL262052: Fix Clang tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT. (authored by probinson). Changed prior to commit: http://reviews.llvm.org/D17589?vs=48999&id=49217#toc Repository: rL LLVM http://

Re: [PATCH] D17589: Fix Clang tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT

2016-02-24 Thread Tom Stellard via cfe-commits
tstellarAMD accepted this revision. tstellarAMD added a comment. This revision is now accepted and ready to land. LGTM. http://reviews.llvm.org/D17589 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/list

[PATCH] D17589: Fix Clang tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT

2016-02-24 Thread Paul Robinson via cfe-commits
probinson created this revision. probinson added reviewers: jyknight, dexonsmith. probinson added a subscriber: cfe-commits. Herald added a reviewer: tstellarAMD. FileCheck actually doesn't support combo suffixes. In D17587 I made it complain, and these are the Clang tests that it caught. http: