r177727 - Add clang-format to the corresponding Makefile.

Daniel Jasper djasper at google.com
Fri Mar 22 04:43:51 PDT 2013


Author: djasper
Date: Fri Mar 22 06:43:51 2013
New Revision: 177727

URL: http://llvm.org/viewvc/llvm-project?rev=177727&view=rev
Log:
Add clang-format to the corresponding Makefile.

Modified:
    cfe/trunk/tools/Makefile

Modified: cfe/trunk/tools/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/Makefile?rev=177727&r1=177726&r2=177727&view=diff
==============================================================================
--- cfe/trunk/tools/Makefile (original)
+++ cfe/trunk/tools/Makefile Fri Mar 22 06:43:51 2013
@@ -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





More information about the cfe-commits mailing list