Skip to content

Commit 8fca42a

Browse files
committed
Enable Clang-based look-up for system includes by default
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent d2d5bb3 commit 8fca42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parser/ParserOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public ParserOptions(ParserOptions options)
9393
/// At the moment, it only makes a difference for MSVC targets.
9494
/// If its true, then we opt to use Clang's MSVC lookup logic.
9595
/// </summary>
96-
public bool ForceClangToolchainLookup = false;
96+
public bool ForceClangToolchainLookup = true;
9797

9898
public ParserOptions BuildForSourceFile(
9999
IEnumerable<CppSharp.AST.Module> modules, string file = null)

0 commit comments

Comments
 (0)