[PATCH] D81150: Use libClangTesting in the unittest for AST matchers

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 4 05:24:49 PDT 2020


gribozavr created this revision.
Herald added subscribers: cfe-commits, sstefan1, mgorny.
Herald added a reviewer: jdoerfert.
Herald added a project: clang.

The unittest for AST matchers has its own way to specify language
standards. I unified it with the shared infrastructure from
libClangTesting.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81150

Files:
  clang/include/clang/Testing/CommandLineArgs.h
  clang/lib/Testing/CommandLineArgs.cpp
  clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp
  clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
  clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
  clang/unittests/ASTMatchers/ASTMatchersTest.h
  clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
  clang/unittests/ASTMatchers/CMakeLists.txt
  clang/unittests/ASTMatchers/Dynamic/CMakeLists.txt
  clang/unittests/Sema/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81150.268434.patch
Type: text/x-patch
Size: 42320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200604/8ef75f54/attachment-0001.bin>


More information about the cfe-commits mailing list