From 20885331a952aaa0c24fb2530215fb8193082e1c Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Thu, 6 Aug 2020 20:55:18 +0000 Subject: [PATCH] Put clang/lib/Tooling/Core/Replacement.cpp under SRCS_MIN, since it is required by both the static analyzer (MK_CLANG_FULL) and clang-format (MK_CLANG_FORMAT). We could also invent yet another SRCS variant, but that seems a bit overkill. --- lib/clang/libclang/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/clang/libclang/Makefile b/lib/clang/libclang/Makefile index 414394725ca..93af97a9a3b 100644 --- a/lib/clang/libclang/Makefile +++ b/lib/clang/libclang/Makefile @@ -698,7 +698,7 @@ SRCS_MIN+= Tooling/ArgumentsAdjusters.cpp SRCS_MIN+= Tooling/CommonOptionsParser.cpp SRCS_MIN+= Tooling/CompilationDatabase.cpp SRCS_MIN+= Tooling/Core/Lookup.cpp -SRCS_EXT+= Tooling/Core/Replacement.cpp +SRCS_MIN+= Tooling/Core/Replacement.cpp SRCS_MIN+= Tooling/FileMatchTrie.cpp SRCS_EXT+= Tooling/Inclusions/HeaderIncludes.cpp SRCS_EXT+= Tooling/Inclusions/IncludeStyle.cpp