This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC.
ClosedPublic

Authored by mgrang on Apr 18 2016, 12:32 PM.

Details

Summary
Removed unwanted --check-prefix=CHECK from the following unit tests:
  test/CXX/special/class.copy/implicit-move-def.cpp
  test/CodeGen/cleanup-destslot-simple.c
  test/CodeGen/inline-asm-immediate-ubsan.c
  test/CodeGen/mips-interrupt-attr.c
  test/CodeGenCXX/cfi-stats.cpp
  test/CodeGenCXX/copy-constructor-elim.cpp
  test/CodeGenCXX/microsoft-templ-uuidof.cpp
  test/CodeGenCXX/vtable-linkage.cpp
  test/CodeGenObjC/messages-2.m
  test/Driver/noinline.c
  test/Index/remap-load.c
  test/Index/retain-comments-from-system-headers.c
  test/OpenMP/task_if_codegen.cpp
  test/Preprocessor/comment_save_macro.c

Patch by: Mandeep Singh Grang (mgrang)

Diff Detail

Repository
rL LLVM

Event Timeline

mgrang updated this revision to Diff 54094.Apr 18 2016, 12:32 PM
mgrang retitled this revision from to [Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC..
mgrang updated this object.
mgrang added reviewers: rafael, ABataev.
mgrang added a project: Restricted Project.

This is third in a series of commits to clean up the unit tests by removing unwanted --check-prefix=CHECK. NFC.

rengolin accepted this revision.Apr 19 2016, 2:22 PM
rengolin edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Apr 19 2016, 2:22 PM
This revision was automatically updated to reflect the committed changes.