Clarification suggestion for the documention of LLVM

Hello,

The documentation on http://llvm.org/docs/GettingStartedVS.html states that

You can run LLVM tests to build the project "check".

This phrase seems a bit confusing, I think it would be clearer if
formulated something like this:

You can run LLVM tests by merely building the project "check". The
test results will be shown in the VS output window.

Thanks,
Maël Hörz

Maël Hörz <mh-nexus@web.de> writes:

The documentation on http://llvm.org/docs/GettingStartedVS.html states that

You can run LLVM tests to build the project "check".

This phrase seems a bit confusing, I think it would be clearer if
formulated something like this:

You can run LLVM tests by merely building the project "check". The
test results will be shown in the VS output window.

That's good. Committed on r129237. Thanks!