We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11fe93 commit e8dc837Copy full SHA for e8dc837
scripts/run-clang-tidy.py
@@ -66,6 +66,7 @@ def sanitize_compile_command(entry: dict) -> dict:
66
r'/Yu[^\s]*', # MSVC: Use precompiled header
67
r'/Yc[^\s]*', # MSVC: Create precompiled header
68
r'/Fp[^\s]*', # MSVC: Precompiled header file path
69
+ r'/FI[^\s]*', # MSVC: Force include file (used for PCH)
70
r'-Xclang -include-pch [^\s]+', # Clang PCH
71
r'-include-pch [^\s]+',
72
]
0 commit comments