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 2037abd commit 41f7ca5Copy full SHA for 41f7ca5
clang/include/clang/Tooling/DependencyScanning/DependencyScanningService.h
@@ -67,6 +67,10 @@ enum class ScanningOptimizations {
67
IgnoreCWD = (1 << 4),
68
69
DSS_LAST_BITMASK_ENUM(IgnoreCWD),
70
+
71
+ // The build system needs to be aware that the current working
72
+ // directory is ignored. Without a good way of notifying the build
73
+ // system, it is less risky to default to off.
74
Default = All & (~IgnoreCWD)
75
};
76
0 commit comments