xpack-dev-tools / clang-xpack

A binary distribution of the LLVM clang compiler infrastructure
https://xpack-dev-tools.github.io/clang-xpack/
MIT License
10 stars 2 forks source link

add test that clangd runs on sample input #4

Closed shabble closed 2 years ago

shabble commented 2 years ago

adds test as discussed in #3

shabble commented 2 years ago

@ilg-ul is this what you had in mind for packaging the test code inline? 3418260589a231e245f205207e9c6f2d1c2b43b1

ilg-ul commented 2 years ago

is this what you had in mind for packaging the test code inline?

Yes, but, for consistency reasons, please use exactly the recommended syntax, with '__EOF__', since the quotes are important, to avoid substitutions.

ilg-ul commented 2 years ago

I did a small mistake, I should have squashed your 3 commits into one.

Plus that you made you PR relative to xpack, not xpack-develop, and the history now looks a bit weird.

ilg-ul commented 2 years ago

The test passed on all platforms except Windows, where there is no clangd.exe.

I have no idea why it is not there... :-(