[PATCH] D98922: Delete Redundant parameters in clang/unittests/AST/CMakeLists.txt

Chang Hu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 18 23:18:03 PDT 2021


joker881 created this revision.
joker881 added a reviewer: Jessica.
Herald added a subscriber: mgorny.
joker881 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

There is a redundant ASTTraverserTest.cpp in “clang/unittests/AST/ CMakeLists.txt”


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98922

Files:
  clang/unittests/AST/CMakeLists.txt


Index: clang/unittests/AST/CMakeLists.txt
===================================================================
--- clang/unittests/AST/CMakeLists.txt
+++ clang/unittests/AST/CMakeLists.txt
@@ -13,7 +13,6 @@
   ASTImporterVisibilityTest.cpp
   ASTTraverserTest.cpp
   ASTTypeTraitsTest.cpp
-  ASTTraverserTest.cpp
   ASTVectorTest.cpp
   CommentLexer.cpp
   CommentParser.cpp


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98922.331769.patch
Type: text/x-patch
Size: 374 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210319/9130b99a/attachment.bin>


More information about the cfe-commits mailing list