From: Johannes Doerfert Date: Thu, 24 Mar 2016 13:49:39 +0000 (+0000) Subject: Restrict clang-format to lib/ [NFC] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ff253bfbffdaefb84d9b3edb0677ddedd6fc049;p=platform%2Fupstream%2Fllvm.git Restrict clang-format to lib/ [NFC] llvm-svn: 264283 --- diff --git a/polly/CMakeLists.txt b/polly/CMakeLists.txt index 11e8420..dba7ef0 100644 --- a/polly/CMakeLists.txt +++ b/polly/CMakeLists.txt @@ -165,7 +165,7 @@ configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/include/polly/Config/config.h.cmake ${POLLY_BINARY_DIR}/include/polly/Config/config.h ) # Add target to check formatting of polly files -file( GLOB_RECURSE files *.h *.cpp *.c) +file( GLOB_RECURSE files *.h lib/**/*.cpp lib/**/*.c) file( GLOB_RECURSE wwwfiles www/*) file( GLOB_RECURSE jsonfiles lib/JSON/*.h lib/JSON/*.cpp) file( GLOB_RECURSE islfiles lib/External/isl/*.h lib/External/isl/*.c