Skip to content

Commit

Permalink
Documented the option of having Clang look up MSVC headers.
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dobrev <[email protected]>
  • Loading branch information
ddobrev committed Mar 1, 2019
1 parent 01a2418 commit 42a5f50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/UsersManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ binding technologies:
- C# (P/Invoke)
- C++/CLI

We have recently introduced an option which makes Clang look up MSVC headers.
If it works well, we're going to make it the default in our next release.
Its only disadvantage is the ability to select a specific version of MSVC.

# 3. C/C++ language features

In this section we will go through how the generator deals C/C++ types.
Expand Down

0 comments on commit 42a5f50

Please sign in to comment.