This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG9c2e708f0dc5: [SyntaxTree] Clean `#includes` in `TreeTestBase.h` (authored by eduucaldas).
Changed prior to commit: https://reviews.llvm.org/D85898?vs=285342&id=285354#toc Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D85898/new/ https://reviews.llvm.org/D85898 Files: clang/unittests/Tooling/Syntax/MutationsTest.cpp clang/unittests/Tooling/Syntax/TreeTestBase.h Index: clang/unittests/Tooling/Syntax/TreeTestBase.h =================================================================== --- clang/unittests/Tooling/Syntax/TreeTestBase.h +++ clang/unittests/Tooling/Syntax/TreeTestBase.h @@ -11,10 +11,7 @@ //===----------------------------------------------------------------------===// #include "clang/AST/ASTConsumer.h" -#include "clang/AST/Decl.h" -#include "clang/AST/Stmt.h" #include "clang/Basic/LLVM.h" -#include "clang/Basic/TokenKinds.h" #include "clang/Frontend/CompilerInstance.h" #include "clang/Frontend/CompilerInvocation.h" #include "clang/Frontend/FrontendAction.h" @@ -22,23 +19,16 @@ #include "clang/Lex/PreprocessorOptions.h" #include "clang/Testing/CommandLineArgs.h" #include "clang/Testing/TestClangConfig.h" -#include "clang/Tooling/Core/Replacement.h" #include "clang/Tooling/Syntax/BuildTree.h" -#include "clang/Tooling/Syntax/Mutations.h" #include "clang/Tooling/Syntax/Nodes.h" #include "clang/Tooling/Syntax/Tokens.h" -#include "clang/Tooling/Tooling.h" +#include "clang/Tooling/Syntax/Tree.h" #include "llvm/ADT/ArrayRef.h" -#include "llvm/ADT/STLExtras.h" -#include "llvm/ADT/StringExtras.h" #include "llvm/ADT/StringRef.h" #include "llvm/Support/Casting.h" #include "llvm/Support/Error.h" #include "llvm/Testing/Support/Annotations.h" -#include "gmock/gmock.h" #include "gtest/gtest.h" -#include <cstdlib> -#include <memory> namespace clang { namespace syntax { Index: clang/unittests/Tooling/Syntax/MutationsTest.cpp =================================================================== --- clang/unittests/Tooling/Syntax/MutationsTest.cpp +++ clang/unittests/Tooling/Syntax/MutationsTest.cpp @@ -10,6 +10,7 @@ // //===----------------------------------------------------------------------===// +#include "clang/Tooling/Syntax/Mutations.h" #include "TreeTestBase.h" namespace clang {
Index: clang/unittests/Tooling/Syntax/TreeTestBase.h =================================================================== --- clang/unittests/Tooling/Syntax/TreeTestBase.h +++ clang/unittests/Tooling/Syntax/TreeTestBase.h @@ -11,10 +11,7 @@ //===----------------------------------------------------------------------===// #include "clang/AST/ASTConsumer.h" -#include "clang/AST/Decl.h" -#include "clang/AST/Stmt.h" #include "clang/Basic/LLVM.h" -#include "clang/Basic/TokenKinds.h" #include "clang/Frontend/CompilerInstance.h" #include "clang/Frontend/CompilerInvocation.h" #include "clang/Frontend/FrontendAction.h" @@ -22,23 +19,16 @@ #include "clang/Lex/PreprocessorOptions.h" #include "clang/Testing/CommandLineArgs.h" #include "clang/Testing/TestClangConfig.h" -#include "clang/Tooling/Core/Replacement.h" #include "clang/Tooling/Syntax/BuildTree.h" -#include "clang/Tooling/Syntax/Mutations.h" #include "clang/Tooling/Syntax/Nodes.h" #include "clang/Tooling/Syntax/Tokens.h" -#include "clang/Tooling/Tooling.h" +#include "clang/Tooling/Syntax/Tree.h" #include "llvm/ADT/ArrayRef.h" -#include "llvm/ADT/STLExtras.h" -#include "llvm/ADT/StringExtras.h" #include "llvm/ADT/StringRef.h" #include "llvm/Support/Casting.h" #include "llvm/Support/Error.h" #include "llvm/Testing/Support/Annotations.h" -#include "gmock/gmock.h" #include "gtest/gtest.h" -#include <cstdlib> -#include <memory> namespace clang { namespace syntax { Index: clang/unittests/Tooling/Syntax/MutationsTest.cpp =================================================================== --- clang/unittests/Tooling/Syntax/MutationsTest.cpp +++ clang/unittests/Tooling/Syntax/MutationsTest.cpp @@ -10,6 +10,7 @@ // //===----------------------------------------------------------------------===// +#include "clang/Tooling/Syntax/Mutations.h" #include "TreeTestBase.h" namespace clang {
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits