From: Daniel Jasper Date: Fri, 22 Mar 2013 11:43:51 +0000 (+0000) Subject: Add clang-format to the corresponding Makefile. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=554f63f2c7e359c1f699ae5ba08cca18e849d4de;p=clang Add clang-format to the corresponding Makefile. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177727 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index 23197a15b4..b33c74d66e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -12,7 +12,7 @@ CLANG_LEVEL := .. include $(CLANG_LEVEL)/../../Makefile.config DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \ - clang-check + clang-check clang-format # Recurse into the extra repository of tools if present. OPTIONAL_DIRS := extra