Age | Commit message (Collapse) | Author | Files | Lines |
|
Note that clang-cl's /showInclude output differs from cl's in the face of
missing headers. In particular, it does not issue C1083 that we expect.
As a result, this part of clang-cl's support is currently non-functional
(the rest seems to work, however).
|
|
|
|
The compiler type is `msvc`, variant `clang`.
|
|
|
|
|
|
This way any dependent tools (such as mt.exe that is invoked by link.exe)
are first search for in there.
|
|
Note that this only manifests itself when compiling in the C++14 mode (e.g.,
during bootstrap or with an older compiler like GCC 4.9).
|
|
|
|
|
|
Also, unlike the fallback directory, the search paths are searched first
rather than last.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return_match flag is specified
|
|
|
|
|
|
|
|
|
|
See for details:
https://github.com/build2/build2/issues/34
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
case <pattern>[ | <pattern>...]
|
|
|
|
|
|
|
|
|
|
|