rettichschnidi / clang-tidy-misra

MISRA C:2012 and MISRA C++:2008 compliance checkers for clang-tidy
University of Illinois/NCSA Open Source License
157 stars 38 forks source link

Build does not work #5

Open tautologyclub opened 6 years ago

tautologyclub commented 6 years ago

Hey,

I just tried cloning + building with build.sh, but get an error at

Cloning into 'llvm/tools/clang/tools/extra/clang-tidy/misra'...
warning: Could not find remote branch  to clone.
fatal: Remote branch  not found in upstream origin

Any suggestions?

rettichschnidi commented 6 years ago

build.sh is written to be used by Travis.

If you still what to use it, do it like this: TRAVIS_BRANCH=master ./build.sh

All of this is not yet very user friendly. I am open for contributions. :)