diff options
author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-03-24 13:49:39 +0000 |
---|---|---|
committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-03-24 13:49:39 +0000 |
commit | 8ff253bfbffdaefb84d9b3edb0677ddedd6fc049 (patch) | |
tree | 8ffb623d5a7bb8144150e32b48fee8783dbdc83d | |
parent | 5ebc92dbe164cfeb4eb5b5f5d4237175678191c1 (diff) | |
download | bcm5719-llvm-8ff253bfbffdaefb84d9b3edb0677ddedd6fc049.tar.gz bcm5719-llvm-8ff253bfbffdaefb84d9b3edb0677ddedd6fc049.zip |
Restrict clang-format to lib/ [NFC]
llvm-svn: 264283
-rw-r--r-- | polly/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/CMakeLists.txt b/polly/CMakeLists.txt index 11e842011bf..dba7ef06c73 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 |