Home | History | Annotate | Download | only in vulkan-validation-layers

Lines Matching full:clang

24     # Linux clang debug build.
26 compiler: clang
28 # Check for proper clang formatting in the pull request.
58 # Install the clang format diff tool, but only for pull requests.
59 curl -L http://llvm.org/svn/llvm-project/cfe/trunk/tools/clang-format/clang-format-diff.py -o scripts/clang-format-diff.py;
118 # Run the clang format check only for pull request builds because the
120 echo "Checking clang-format between TRAVIS_BRANCH=$TRAVIS_BRANCH and TRAVIS_PULL_REQUEST_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH"
123 echo "Skipping clang-format check since this is not a pull request."