Skip to content

Commit

Permalink
clang-format: the very last piece of the puzzle (AcademySoftwareFound…
Browse files Browse the repository at this point in the history
…ation#1555)

Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Aug 26, 2022
1 parent 68c6763 commit 4ee62cd
Show file tree
Hide file tree
Showing 8 changed files with 4,894 additions and 4,470 deletions.
2 changes: 1 addition & 1 deletion src/cmake/compiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ endif ()
# is being built as a subproject.
if (PROJECT_IS_TOP_LEVEL)
set (CLANG_FORMAT_EXE_HINT "" CACHE PATH "clang-format executable's directory (will search if not specified")
set (CLANG_FORMAT_INCLUDES # "src/*.cpp"
set (CLANG_FORMAT_INCLUDES "src/*.cpp"
"src/*.h"
"src/*.cu"
"src/include/*.h"
Expand Down
5 changes: 3 additions & 2 deletions src/liboslexec/closure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@

#include <OpenImageIO/sysutil.h>

#include <OSL/oslconfig.h>
#include <OSL/oslclosure.h>
#include <OSL/genclosure.h>
#include <OSL/oslclosure.h>
#include <OSL/oslconfig.h>

#include "oslexec_pvt.h"


Expand Down
3,652 changes: 1,879 additions & 1,773 deletions src/liboslexec/llvm_gen.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit 4ee62cd

Please sign in to comment.